wineStaging: use gitMinimal to apply patchset
Motivation: it works faster, and don't issue suspicious errors like `sed: couldn't flush stdout: Broken pipe` during applying patches.
This commit is contained in:
parent
c4264d0f3a
commit
acbe43e894
@ -8,7 +8,7 @@ let patch = (callPackage ./sources.nix {}).staging;
|
|||||||
in assert stdenv.lib.getVersion wineUnstable == patch.version;
|
in assert stdenv.lib.getVersion wineUnstable == patch.version;
|
||||||
|
|
||||||
(stdenv.lib.overrideDerivation wineUnstable (self: {
|
(stdenv.lib.overrideDerivation wineUnstable (self: {
|
||||||
buildInputs = build-inputs [ "perl" "utillinux" "autoconf" ] self.buildInputs;
|
buildInputs = build-inputs [ "perl" "utillinux" "autoconf" "gitMinimal" ] self.buildInputs;
|
||||||
|
|
||||||
name = "${self.name}-staging";
|
name = "${self.name}-staging";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user