summary refs log tree commit diff
path: root/pkgs/applications/graphics/giv
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/giv
parentb5577512dec797e5e531fbafc8e81cc85bb511ae (diff)
downloadnixpkgs-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar
nixpkgs-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar.gz
nixpkgs-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar.bz2
nixpkgs-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar.lz
nixpkgs-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar.xz
nixpkgs-47221a84356a3963cf8215eb0bae0a4312f39fbc.tar.zst
nixpkgs-47221a84356a3963cf8215eb0bae0a4312f39fbc.zip
Making giv point to the proper patch file.
svn path=/nixpkgs/trunk/; revision=26723
Diffstat (limited to 'pkgs/applications/graphics/giv')
-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 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";