3
0
Fork 0
forked from mirrors/nixpkgs

release-cross: Add OpenSSL for cross-GNU builds.

svn path=/nixpkgs/trunk/; revision=31349
This commit is contained in:
Ludovic Courtès 2012-01-06 14:07:08 +00:00
parent 7232a1e33a
commit 81b3aecaec

View file

@ -203,6 +203,7 @@ in {
libunistring.hostDrv = nativePlatforms;
lsh.hostDrv = nativePlatforms;
nixUnstable.hostDrv = nativePlatforms;
openssl.hostDrv = nativePlatforms; # dependency of Nix
patch.hostDrv = nativePlatforms;
zile.hostDrv = nativePlatforms;
};