treewide: removed name from a few pythonpackages defining pname and version

This commit is contained in:
Patrick Hilhorst
2018-06-06 22:07:04 +02:00
committed by Frederik Rietdijk
parent 4b391934e9
commit 0415710a5d
23 changed files with 2 additions and 26 deletions

View File

@@ -25,7 +25,6 @@
}:
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "Sphinx";
version = "1.7.4";
src = fetchPypi {
@@ -70,4 +69,4 @@ buildPythonPackage rec {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ nand0p ];
};
}
}