mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
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;
|
||||
|
||||
(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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue