mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Revert "cups: Drop unused dependencies and add libusb1 dependency"
This reverts commit 6f700142c4
.
This commit is contained in:
parent
1c3ed1b8d4
commit
f32979e2d8
@ -1,4 +1,5 @@
|
||||
{ stdenv, fetchurl, pkgconfig, zlib, pam, openssl, dbus, libusb1, acl }:
|
||||
{ stdenv, fetchurl, pkgconfig, zlib, libjpeg, libpng, libtiff, pam, openssl
|
||||
, dbus, libusb, acl }:
|
||||
|
||||
let version = "1.6.1"; in
|
||||
|
||||
@ -12,7 +13,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "143pk8a0kqqr7m9j0b8c9h2nn0zf6awpivk7wq7iclz68h8snhjq";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig zlib libusb1 ]
|
||||
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff libusb ]
|
||||
++ stdenv.lib.optionals stdenv.isLinux [ pam dbus acl ] ;
|
||||
|
||||
propagatedBuildInputs = [ openssl ];
|
||||
|
Loading…
Reference in New Issue
Block a user