Author: ludo
Date: Mon Mar 21 20:54:34 2011
New Revision: 26452
URL: https://svn.nixos.org/websvn/nix/?rev=26452&sc=1

Log:
gmp: Use `--enable-maintainer-mode' for the tarball.

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

Modified: hydra-config/gnu/trunk/gmp/release.nix
==============================================================================
--- hydra-config/gnu/trunk/gmp/release.nix      Mon Mar 21 20:13:28 2011        
(r26451)
+++ hydra-config/gnu/trunk/gmp/release.nix      Mon Mar 21 20:54:34 2011        
(r26452)
@@ -53,6 +53,7 @@
        buildInputs = (buildInputsFrom pkgs)
           ++ (with pkgs; [ texinfo automake111x ]);
         autoconfPhase = "./.bootstrap";
+        configureFlags = [ "--enable-maintainer-mode" ];
       };
 
       build = pkgs: {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to