treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "opae-${version}";
|
||||
pname = "opae";
|
||||
version = "1.0.0";
|
||||
|
||||
# the tag has a silly name for some reason. drop this in the future if
|
||||
|
||||
Reference in New Issue
Block a user