Author: viric
Date: Wed Apr  6 15:36:49 2011
New Revision: 26723
URL: https://svn.nixos.org/websvn/nix/?rev=26723&sc=1

Log:
Making giv point to the proper patch file.

Modified:
   nixpkgs/trunk/pkgs/applications/graphics/giv/default.nix

Modified: nixpkgs/trunk/pkgs/applications/graphics/giv/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/graphics/giv/default.nix    Wed Apr  6 
15:18:14 2011        (r26722)
+++ nixpkgs/trunk/pkgs/applications/graphics/giv/default.nix    Wed Apr  6 
15:36:49 2011        (r26723)
@@ -17,7 +17,7 @@
     sed -i s,/usr/local,$out, SConstruct 
   '';
 
-  patches = [ /tmp/patch ];
+  patches = [ ./build.patch ];
 
   buildPhase = "scons";
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to