From 81b3aecaec933091d300ea0fdc24aa03acf56364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 6 Jan 2012 14:07:08 +0000 Subject: [PATCH] release-cross: Add OpenSSL for cross-GNU builds. svn path=/nixpkgs/trunk/; revision=31349 --- pkgs/top-level/release-cross.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/release-cross.nix b/pkgs/top-level/release-cross.nix index 37af65437216..3e3cb3e32297 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; };