nncp: fix build

This commit is contained in:
Jörg Thalheim 2024-03-24 09:28:16 +01:00
parent 855037ea29
commit 69e448828c

View File

@ -3,7 +3,7 @@
, fetchurl , fetchurl
, lib , lib
, genericUpdater , genericUpdater
, go , go_1_21
, perl , perl
, stdenv , stdenv
, writeShellScript , writeShellScript
@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
go go_1_21
]; ];
# Build parameters # Build parameters