buildGoModule: Allow pname attribute (#57787)

wip/yesman
Vladyslav M 5 years ago committed by Wael Nasreddine
parent 36cbb7c45e
commit 832eb2559d
  1. 2
      pkgs/development/go-modules/generic/default.nix

@ -1,6 +1,6 @@
{ go, cacert, git, lib, removeReferencesTo, stdenv }:
{ name
{ name ? "${args'.pname}-${args'.version}"
, src
, buildInputs ? []
, nativeBuildInputs ? []

Loading…
Cancel
Save