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