nncp: fix build
This commit is contained in:
parent
855037ea29
commit
69e448828c
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
, fetchurl
|
||||
, lib
|
||||
, genericUpdater
|
||||
, go
|
||||
, go_1_21
|
||||
, perl
|
||||
, stdenv
|
||||
, writeShellScript
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
go
|
||||
go_1_21
|
||||
];
|
||||
|
||||
# Build parameters
|
||||
|
|
Loading…
Reference in a new issue