treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, buildGoPackage, fetchFromGitLab }:
|
||||
buildGoPackage rec {
|
||||
name = "loccount-${version}";
|
||||
pname = "loccount";
|
||||
version = "1.2";
|
||||
|
||||
goPackagePath = "gitlab.com/esr/loccount";
|
||||
|
||||
Reference in New Issue
Block a user