From 7734de58173073cef975e815439d0b87e5be9459 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Apr 2012 11:43:14 +0200 Subject: [PATCH] Add OpenSSL as a dependency because Nix needs it Actually the real problem is that a) Nix doesn't propagate the OpenSSL dependency; b) Nix shouldn't link against OpenSSL by default anyway. --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index 57f36f5c..ba720db9 100644 --- a/release.nix +++ b/release.nix @@ -56,7 +56,7 @@ rec { configureFlags = "--with-nix=${nix}"; buildInputs = - [ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc sqlite git gitAndTools.topGit mercurial subversion bazaar ] + [ perl makeWrapper libtool nix unzip nukeReferences pkgconfig boehmgc sqlite git gitAndTools.topGit mercurial subversion bazaar openssl ] ++ (import ./deps.nix) { inherit pkgs; }; hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") ( [