gnupg: use libusb1 (#85374)
* gnupg: use libusb1 This fixes scdaemon's direct ccid support. * systemd: fix gnupg-minimal
This commit is contained in:
parent
c9576a4b74
commit
6673a4988e
@ -24,7 +24,7 @@ let gnupg-minimal = gnupg.override {
|
|||||||
pinentry = null;
|
pinentry = null;
|
||||||
adns = null;
|
adns = null;
|
||||||
gnutls = null;
|
gnutls = null;
|
||||||
libusb = null;
|
libusb1 = null;
|
||||||
openldap = null;
|
openldap = null;
|
||||||
readline = null;
|
readline = null;
|
||||||
zlib = null;
|
zlib = null;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Each of the dependencies below are optional.
|
# Each of the dependencies below are optional.
|
||||||
# Gnupg can be built without them at the cost of reduced functionality.
|
# Gnupg can be built without them at the cost of reduced functionality.
|
||||||
, guiSupport ? true, enableMinimal ? false
|
, guiSupport ? true, enableMinimal ? false
|
||||||
, adns ? null , bzip2 ? null , gnutls ? null , libusb ? null , openldap ? null
|
, adns ? null , bzip2 ? null , gnutls ? null , libusb1 ? null , openldap ? null
|
||||||
, pcsclite ? null , pinentry ? null , readline ? null , sqlite ? null , zlib ?
|
, pcsclite ? null , pinentry ? null , readline ? null , sqlite ? null , zlib ?
|
||||||
null
|
null
|
||||||
}:
|
}:
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig texinfo ];
|
nativeBuildInputs = [ pkgconfig texinfo ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libgcrypt libassuan libksba libiconv npth gettext
|
libgcrypt libassuan libksba libiconv npth gettext
|
||||||
readline libusb gnutls adns openldap zlib bzip2 sqlite
|
readline libusb1 gnutls adns openldap zlib bzip2 sqlite
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user