summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-04-06 15:36:49 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-04-06 15:36:49 +0000
commit47221a84356a3963cf8215eb0bae0a4312f39fbc (patch)
tree3f50d0352f8ba137ac44eaa00749777621ab7cca /pkgs/applications/graphics
parentb5577512dec797e5e531fbafc8e81cc85bb511ae (diff)
downloadnixlib-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar
nixlib-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar.gz
nixlib-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar.bz2
nixlib-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar.lz
nixlib-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar.xz
nixlib-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar.zst
nixlib-47221a84356a3963cf8215eb0bae0a4312f39fbc.zip
Making giv point to the proper patch file.
svn path=/nixpkgs/trunk/; revision=26723
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/giv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/giv/default.nix b/pkgs/applications/graphics/giv/default.nix
index c4c8afe4af0a..0a09d1353552 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";