treewide: name -> pname

This commit is contained in:
volth
2019-08-17 10:54:38 +00:00
parent fe9a3e3e63
commit c814d72b51
520 changed files with 1164 additions and 622 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ let
in
stdenv.mkDerivation rec {
name = "ior-${version}";
pname = "ior";
inherit version;
src = fetchurl {
url = "https://github.com/LLNL/ior/archive/${version}.tar.gz";
+3 -2
View File
@@ -13,10 +13,11 @@ let
};
in stdenv.mkDerivation rec {
name = "smartmontools-${version}";
pname = "smartmontools";
inherit version;
src = fetchurl {
url = "mirror://sourceforge/smartmontools/${name}.tar.gz";
url = "mirror://sourceforge/smartmontools/${pname}-${version}.tar.gz";
sha256 = "077nx2rn9szrg6isdh0938zbp7vr3dsyxl4jdyyzv1xwhqksrqg5";
};
+2 -1
View File
@@ -24,7 +24,8 @@ let
""; # use linux flags by default
in
stdenv.mkDerivation {
name = "tree-${version}";
pname = "tree";
inherit version;
src = fetchurl {
url = "http://mama.indstate.edu/users/ice/tree/src/tree-${version}.tgz";