mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
cups: don't build with dbus support on non-Linux platforms
svn path=/nixpkgs/trunk/; revision=31769
This commit is contained in:
parent
364f1ce3f7
commit
33cfa26445
@ -19,8 +19,8 @@ stdenv.mkDerivation {
|
||||
# non-Linux platforms. This should be cleaned once the expression is
|
||||
# stable.
|
||||
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff ]
|
||||
++ stdenv.lib.optionals stdenv.isLinux [ pam ]
|
||||
++ [ dbus libusb ]
|
||||
++ stdenv.lib.optionals stdenv.isLinux [ pam dbus ]
|
||||
++ [ libusb ]
|
||||
++ stdenv.lib.optionals stdenv.isLinux [ acl ] ;
|
||||
|
||||
propagatedBuildInputs = [ openssl ];
|
||||
|
Loading…
Reference in New Issue
Block a user