treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ fetchFromGitHub, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "crypto++-${version}";
|
||||
pname = "crypto++";
|
||||
majorVersion = "5.6";
|
||||
version = "${majorVersion}.5";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user