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
+3 -2
View File
@@ -2,7 +2,8 @@
let version = "0.12.2"; in
stdenv.mkDerivation rec {
name = "dir2opus-${version}";
pname = "dir2opus";
inherit version;
pythonPath = [ mutagen ];
buildInputs = [ wrapPython ];
@@ -10,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/ehmry/dir2opus/archive/${version}.tar.gz";
name = "${name}.tar.gz";
name = "${pname}-${version}.tar.gz";
sha256 = "0bl8fa9zhccihnj1v3lpz5jb737frf9za06xb7j5rsjws6xky80d";
};