mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #229343 from marsam/norouter-go-1.20
norouter: build with Go 1.20
This commit is contained in:
commit
a48b1a1a7d
@ -32360,9 +32360,7 @@ with pkgs;
|
||||
|
||||
normalize = callPackage ../applications/audio/normalize { };
|
||||
|
||||
norouter = callPackage ../tools/networking/norouter {
|
||||
buildGoModule = buildGo118Module; # tests fail with 1.19
|
||||
};
|
||||
norouter = callPackage ../tools/networking/norouter { };
|
||||
|
||||
nqptp = callPackage ../tools/networking/nqptp { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user