about summary refs log tree commit diff
path: root/pkgs/top-level/release-cross.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-01-06 14:07:08 +0000
committerLudovic Courtès <ludo@gnu.org>2012-01-06 14:07:08 +0000
commit81b3aecaec933091d300ea0fdc24aa03acf56364 (patch)
tree8795194334cb4856161bdfad72d96d78f4aa47dd /pkgs/top-level/release-cross.nix
parent7232a1e33ad9584f517ac85680e0eb726755a5be (diff)
release-cross: Add OpenSSL for cross-GNU builds.
svn path=/nixpkgs/trunk/; revision=31349
Diffstat (limited to 'pkgs/top-level/release-cross.nix')
-rw-r--r--pkgs/top-level/release-cross.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix
index 37af65437216a..3e3cb3e32297a 100644
--- a/pkgs/top-level/release-cross.nix
+++ b/pkgs/top-level/release-cross.nix
@@ -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;
   };