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:46:44 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-01-13 17:46:44 +0100
commit7637e71cee2b11d340c5ce99d777f6783a6b9885 (patch)
tree14c7105faaef7c573105998f1bcb08afd403a5c0 /pkgs/tools/misc/pipelight
parent995c9db5e6af69f44d87b8a28537f78dfd3f1582 (diff)
parent3dfd87d7afc2d82f6b0ce7b8d7a61ffaa47526a0 (diff)
downloadnixpkgs-7637e71cee2b11d340c5ce99d777f6783a6b9885.tar
nixpkgs-7637e71cee2b11d340c5ce99d777f6783a6b9885.tar.gz
nixpkgs-7637e71cee2b11d340c5ce99d777f6783a6b9885.tar.bz2
nixpkgs-7637e71cee2b11d340c5ce99d777f6783a6b9885.tar.lz
nixpkgs-7637e71cee2b11d340c5ce99d777f6783a6b9885.tar.xz
nixpkgs-7637e71cee2b11d340c5ce99d777f6783a6b9885.tar.zst
nixpkgs-7637e71cee2b11d340c5ce99d777f6783a6b9885.zip
merge #5521: give fetchgit outputs nicer names
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 dcc4e3ac42c..7527ca6c141 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
       '';
     });