Merge master into staging-next
This commit is contained in:
@@ -7,7 +7,7 @@ let patch = (callPackage ./sources.nix {}).staging;
|
||||
(mkBuildInputs wineUnstable.pkgArches pkgNames) ++ extra;
|
||||
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;
|
||||
|
||||
name = "${self.name}-staging";
|
||||
@@ -21,4 +21,8 @@ stdenv.lib.overrideDerivation wineUnstable (self: {
|
||||
./patchinstall.sh DESTDIR="$PWD/.." --all
|
||||
cd ..
|
||||
'';
|
||||
})
|
||||
})) // {
|
||||
meta = wineUnstable.meta // {
|
||||
description = wineUnstable.meta.description + " (with staging patches)";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
, gomodifytags, gotags, gotools, go-motion
|
||||
, gnused, reftools, gogetdoc, golangci-lint
|
||||
, impl, iferr, gocode, gocode-gomod, go-tools
|
||||
, gopls
|
||||
|
||||
# direnv-vim dependencies
|
||||
, direnv
|
||||
@@ -593,6 +594,7 @@ self: super: {
|
||||
golint
|
||||
golangci-lint
|
||||
gomodifytags
|
||||
gopls
|
||||
gotags
|
||||
gotools
|
||||
iferr
|
||||
|
||||
Reference in New Issue
Block a user