summary refs log tree commit diff
path: root/pkgs/tools/misc/pipelight
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-01-13 17:44:24 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-01-13 17:46:09 +0100
commit3dfd87d7afc2d82f6b0ce7b8d7a61ffaa47526a0 (patch)
tree80b9f074d728e1cd3f06d9777d9e87967a7e6ade /pkgs/tools/misc/pipelight
parent664d0fbbba2e94bf63372751a029b05dd190ba7b (diff)
downloadnixpkgs-3dfd87d7afc2d82f6b0ce7b8d7a61ffaa47526a0.tar
nixpkgs-3dfd87d7afc2d82f6b0ce7b8d7a61ffaa47526a0.tar.gz
nixpkgs-3dfd87d7afc2d82f6b0ce7b8d7a61ffaa47526a0.tar.bz2
nixpkgs-3dfd87d7afc2d82f6b0ce7b8d7a61ffaa47526a0.tar.lz
nixpkgs-3dfd87d7afc2d82f6b0ce7b8d7a61ffaa47526a0.tar.xz
nixpkgs-3dfd87d7afc2d82f6b0ce7b8d7a61ffaa47526a0.tar.zst
nixpkgs-3dfd87d7afc2d82f6b0ce7b8d7a61ffaa47526a0.zip
fixup "git-export" directory names
All tested to build.
For freetalk the hash change seems unrelated to fetchgit changes.

FIXME: it might be suitable to adapt nix-prefetch-git.
Diffstat (limited to 'pkgs/tools/misc/pipelight')
-rw-r--r--pkgs/tools/misc/pipelight/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/misc/pipelight/default.nix b/pkgs/tools/misc/pipelight/default.nix
index 5ead0e7c8ba..609a7928f20 100644
--- a/pkgs/tools/misc/pipelight/default.nix
+++ b/pkgs/tools/misc/pipelight/default.nix
@@ -33,10 +33,10 @@ let
       postPatch = ''
         export wineDir=$(pwd)
         patchShebangs $wineDir/tools/
-	chmod u+w $wineDir/../git-export/debian/tools/
-        patchShebangs $wineDir/../git-export/debian/tools/
-        chmod -R +rwx ../git-export/
-        make -C ../git-export/patches DESTDIR=$wineDir install
+        chmod u+w $wineDir/../${wine_patches.name}/debian/tools/
+        patchShebangs $wineDir/../${wine_patches.name}/debian/tools/
+        chmod -R +rwx ../${wine_patches.name}/
+        make -C ../${wine_patches.name}/patches DESTDIR=$wineDir install
       '';
     });