gnutls: Fix propagated inputs
This commit is contained in:
parent
42f44e9e58
commit
cebe937b1e
@ -23,8 +23,10 @@ stdenv.mkDerivation rec {
|
|||||||
# for the actual fix.
|
# for the actual fix.
|
||||||
enableParallelBuilding = !guileBindings;
|
enableParallelBuilding = !guileBindings;
|
||||||
|
|
||||||
buildInputs = [ gmp zlib lzo lzip nettle libtasn1 libidn p11_kit unbound trousers ]
|
buildInputs = [ lzo lzip nettle libtasn1 libidn p11_kit ]
|
||||||
++ stdenv.lib.optional guileBindings guile;
|
++ stdenv.lib.optional guileBindings guile;
|
||||||
|
# The paths for these libraries are not specified in the .la and .pc files
|
||||||
|
propagatedBuildInputs = [ zlib gmp trousers unbound ];
|
||||||
|
|
||||||
nativeBuildInputs = [ perl pkgconfig autoreconfHook ];
|
nativeBuildInputs = [ perl pkgconfig autoreconfHook ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user