mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
wineStaging: fix patching in nix-shell
This commit is contained in:
parent
95f321480f
commit
bf230536e0
@ -18,7 +18,7 @@ stdenv.lib.overrideDerivation wineUnstable (self: {
|
|||||||
chmod +w patches
|
chmod +w patches
|
||||||
cd patches
|
cd patches
|
||||||
patchShebangs gitapply.sh
|
patchShebangs gitapply.sh
|
||||||
./patchinstall.sh DESTDIR="$TMP/$sourceRoot" --all
|
./patchinstall.sh DESTDIR="$PWD/.." --all
|
||||||
cd ..
|
cd ..
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user