Author: rob
Date: Mon May  2 12:09:26 2011
New Revision: 27091
URL: https://svn.nixos.org/websvn/nix/?rev=27091&sc=1

Log:
wget/release.nix: use openssl in stead of gnutls

Modified:
   hydra-config/gnu/trunk/wget/release.nix

Modified: hydra-config/gnu/trunk/wget/release.nix
==============================================================================
--- hydra-config/gnu/trunk/wget/release.nix     Mon May  2 12:00:49 2011        
(r27090)
+++ hydra-config/gnu/trunk/wget/release.nix     Mon May  2 12:09:26 2011        
(r27091)
@@ -27,7 +27,7 @@
     ];
   };
 
-  buildInputsFrom = pkgs: with pkgs; [gnutls perl];
+  buildInputsFrom = pkgs: with pkgs; [openssl perl];
 in 
   import ../gnu-jobs.nix {
     name = "wget";
@@ -51,6 +51,9 @@
           help2man
           flex
         ] ++ buildInputsFrom pkgs;
+
+        configureFlags = "--with-ssl=openssl"; 
+
         preConfigure = ''
           sed -i 's|/usr/bin/env|${pkgs.coreutils}/bin/env|' tests/run-px
         '';
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to