wineStaging: fix patching in nix-shell

This commit is contained in:
Nikolay Amiantov 2017-05-24 02:07:45 +03:00
parent 95f321480f
commit bf230536e0

View file

@ -18,7 +18,7 @@ stdenv.lib.overrideDerivation wineUnstable (self: {
chmod +w patches
cd patches
patchShebangs gitapply.sh
./patchinstall.sh DESTDIR="$TMP/$sourceRoot" --all
./patchinstall.sh DESTDIR="$PWD/.." --all
cd ..
'';
})