Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
buildGoModule: Allow pname attribute (#57787)
Browse files Browse the repository at this point in the history
  • Loading branch information
dywedir authored and kalbasit committed Mar 17, 2019
1 parent 36cbb7c commit 832eb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/go-modules/generic/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ go, cacert, git, lib, removeReferencesTo, stdenv }:

{ name
{ name ? "${args'.pname}-${args'.version}"
, src
, buildInputs ? []
, nativeBuildInputs ? []
Expand Down

0 comments on commit 832eb25

Please sign in to comment.