mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #139641 from pstn/winePrePatch
wine-staging: Move staging patches to prePatch
This commit is contained in:
commit
0309332f76
@ -12,7 +12,7 @@ in assert lib.getVersion wineUnstable == patch.version;
|
|||||||
|
|
||||||
name = "${self.name}-staging";
|
name = "${self.name}-staging";
|
||||||
|
|
||||||
postPatch = self.postPatch or "" + ''
|
prePatch = self.prePatch or "" + ''
|
||||||
patchShebangs tools
|
patchShebangs tools
|
||||||
cp -r ${patch}/patches .
|
cp -r ${patch}/patches .
|
||||||
chmod +w patches
|
chmod +w patches
|
||||||
|
Loading…
Reference in New Issue
Block a user