mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
cups: fix reference to dbus.libs
This commit is contained in:
parent
f9c5bd7a48
commit
7e5286db50
|
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff libusb1 ]
|
||||
++ stdenv.lib.optionals stdenv.isLinux [ pam dbus acl ] ;
|
||||
++ stdenv.lib.optionals stdenv.isLinux [ pam dbus.libs acl ] ;
|
||||
|
||||
propagatedBuildInputs = [ openssl ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue