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 @@ let
|
||||
libPath = lib.makeLibraryPath [ stdenv.cc.cc libGLU glib gtk2 alsaLib libSM libX11 gdk-pixbuf pango libXinerama ];
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "kega-fusion-${version}";
|
||||
pname = "kega-fusion";
|
||||
version = "3.63x";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user