From 47221a84356a3963cf8215eb0bae0a4312f39fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 6 Apr 2011 15:36:49 +0000 Subject: [PATCH] Making giv point to the proper patch file. svn path=/nixpkgs/trunk/; revision=26723 --- pkgs/applications/graphics/giv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/giv/default.nix b/pkgs/applications/graphics/giv/default.nix index c4c8afe4af0..0a09d135355 100644 --- a/pkgs/applications/graphics/giv/default.nix +++ b/pkgs/applications/graphics/giv/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { sed -i s,/usr/local,$out, SConstruct ''; - patches = [ /tmp/patch ]; + patches = [ ./build.patch ]; buildPhase = "scons";