treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
, lrzsz, ncurses, libiconv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "minicom-${version}";
|
||||
pname = "minicom";
|
||||
version = "2.7.1";
|
||||
|
||||
# The repository isn't tagged properly, so we need to use commit refs
|
||||
|
||||
Reference in New Issue
Block a user