mole: unpin go 1.17

This commit is contained in:
zowoq 2022-10-23 15:50:54 +10:00
parent fd7f0d29e4
commit e12f565672
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
, stdenv
}:
buildGoModule rec {
@ -27,5 +28,6 @@ buildGoModule rec {
homepage = "https://github.com/davrodpin/mole";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
broken = stdenv.isDarwin; # build fails with go > 1.17
};
}

View File

@ -9257,10 +9257,7 @@ with pkgs;
docbook-xsl = docbook_xsl;
};
mole = callPackage ../tools/networking/mole {
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
buildGoModule = buildGo117Module;
};
mole = callPackage ../tools/networking/mole { };
morgen = callPackage ../applications/office/morgen {
electron = electron_15;