Author: ludo
Date: Thu Sep  1 08:15:04 2011
New Revision: 28950
URL: https://svn.nixos.org/websvn/nix/?rev=28950&sc=1

Log:
MPC: Fix typo.

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

Modified: hydra-config/gnu/trunk/mpc/release.nix
==============================================================================
--- hydra-config/gnu/trunk/mpc/release.nix      Thu Sep  1 08:12:08 2011        
(r28949)
+++ hydra-config/gnu/trunk/mpc/release.nix      Thu Sep  1 08:15:04 2011        
(r28950)
@@ -54,7 +54,7 @@
     customEnv = {
 
       tarball = pkgs: {
-       buildInputs = [ gmp mpfr subversion ]
+       buildInputs = [ gmp mpfr pkgs.subversion ]
           ++ (with pkgs; [ texinfo automake111x ]);
         autoconfPhase = "autoreconf -vfi";
       };
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to