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, fetchFromGitLab, autoreconfHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "iucode-tool-${version}";
|
||||
pname = "iucode-tool";
|
||||
version = "2.3.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
|
||||
Reference in New Issue
Block a user