buildGoModule: Allow pname attribute (#57787)
This commit is contained in:
parent
36cbb7c45e
commit
832eb2559d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ go, cacert, git, lib, removeReferencesTo, stdenv }:
|
||||
|
||||
{ name
|
||||
{ name ? "${args'.pname}-${args'.version}"
|
||||
, src
|
||||
, buildInputs ? []
|
||||
, nativeBuildInputs ? []
|
||||
|
|
Loading…
Reference in a new issue