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 @@
|
||||
{ stdenv, fetchFromGitHub, autoconf, automake, zlib }:
|
||||
stdenv.mkDerivation rec {
|
||||
version = "v0.5.1";
|
||||
name = "wiiload-${version}";
|
||||
pname = "wiiload";
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ];
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
Reference in New Issue
Block a user