forked from mirrors/nixpkgs
release-cross: Add OpenSSL for cross-GNU builds.
svn path=/nixpkgs/trunk/; revision=31349
This commit is contained in:
parent
7232a1e33a
commit
81b3aecaec
|
@ -203,6 +203,7 @@ in {
|
||||||
libunistring.hostDrv = nativePlatforms;
|
libunistring.hostDrv = nativePlatforms;
|
||||||
lsh.hostDrv = nativePlatforms;
|
lsh.hostDrv = nativePlatforms;
|
||||||
nixUnstable.hostDrv = nativePlatforms;
|
nixUnstable.hostDrv = nativePlatforms;
|
||||||
|
openssl.hostDrv = nativePlatforms; # dependency of Nix
|
||||||
patch.hostDrv = nativePlatforms;
|
patch.hostDrv = nativePlatforms;
|
||||||
zile.hostDrv = nativePlatforms;
|
zile.hostDrv = nativePlatforms;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue