mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
nixpkgs: apparmor - remove dbus dependency
This was untested and didn't function without a dbus patch which wasn't applied to the system dbus package, so it wasn't used at all. Also, it creates a weird cyclic dependency if we want systemd to depend on libapparmor (for AppArmorProfiles= support), because libapparmor then wants dbus, and dbus wants systemd. Oof. Luckily, this feature and whatnot will probably all be irrelevant in the glorious kdbus-based future, and the dbus patches aren't even upstream I think. So we can just drop it. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
cbacab73ed
commit
9c0f3d8829
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, perl, which
|
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, perl, which
|
||||||
, glibc, flex, bison, python27, swig, dbus, pam
|
, glibc, flex, bison, python27, swig, pam
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -36,7 +36,6 @@ let
|
|||||||
automake
|
automake
|
||||||
bison
|
bison
|
||||||
flex
|
flex
|
||||||
dbus # requires patch to dbus ...
|
|
||||||
glibc
|
glibc
|
||||||
libtool
|
libtool
|
||||||
perl
|
perl
|
||||||
|
Loading…
Reference in New Issue
Block a user