mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 01:47:36 +00:00
buildGoModule: Allow pname attribute (#57787)
This commit is contained in:
parent
36cbb7c45e
commit
832eb2559d
@ -1,6 +1,6 @@
|
||||
{ go, cacert, git, lib, removeReferencesTo, stdenv }:
|
||||
|
||||
{ name
|
||||
{ name ? "${args'.pname}-${args'.version}"
|
||||
, src
|
||||
, buildInputs ? []
|
||||
, nativeBuildInputs ? []
|
||||
|
Loading…
Reference in New Issue
Block a user