From fa5891aa62c3ca6e8343ada84e3f61588317d8d8 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Thu, 17 Jan 2008 12:57:56 +0000 Subject: [PATCH] Propagating inputs of heimdal svn path=/nixpkgs/branches/stdenv-updates/; revision=10188 --- pkgs/development/libraries/kerberos/heimdal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/kerberos/heimdal.nix b/pkgs/development/libraries/kerberos/heimdal.nix index 4564021d149..12cc50e3505 100644 --- a/pkgs/development/libraries/kerberos/heimdal.nix +++ b/pkgs/development/libraries/kerberos/heimdal.nix @@ -8,5 +8,5 @@ stdenv.mkDerivation rec { }; configureFlags = "--enable-shared --disable-static --with-openldap=${openldap}"; - buildInputs = [ readline db4 openssl openldap cyrus_sasl ]; + propagatedBuildInputs = [ readline db4 openssl openldap cyrus_sasl ]; }