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

Log:
MPC: Move Subversion along other Nixpkgs dependencies.

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:15:04 2011        
(r28950)
+++ hydra-config/gnu/trunk/mpc/release.nix      Thu Sep  1 08:17:18 2011        
(r28951)
@@ -54,8 +54,8 @@
     customEnv = {
 
       tarball = pkgs: {
-       buildInputs = [ gmp mpfr pkgs.subversion ]
-          ++ (with pkgs; [ texinfo automake111x ]);
+       buildInputs = [ gmp mpfr ]
+          ++ (with pkgs; [ subversion 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