buildGoModule: Allow pname attribute (#57787)

This commit is contained in:
Vladyslav M 2019-03-17 18:29:20 +02:00 committed by Wael Nasreddine
parent 36cbb7c45e
commit 832eb2559d

View file

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