treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Note that this does not provide the ngspice command-line utility. For that see
|
||||
# the ngspice derivation.
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libngspice-${version}";
|
||||
pname = "libngspice";
|
||||
version = "30";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user