trousers: Propagate openssl

This commit is contained in:
William A. Kennington III 2015-04-20 21:12:16 -07:00
parent 6b9d2efcb1
commit 610aad4cb8

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "1lvnla1c1ig2w3xvvrqg2w9qm7a1ygzy1j2gg8j7p8c87i58x45v";
};
buildInputs = [ openssl ];
propagatedBuildInputs = [ openssl ];
patches = [ ./allow-non-tss-config-file-owner.patch ];