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

This commit is contained in:
Patrick Hilhorst
2018-06-07 18:06:25 +02:00
committed by Frederik Rietdijk
parent 4b391934e9
commit 0415710a5d
23 changed files with 2 additions and 26 deletions
-1
View File
@@ -3,7 +3,6 @@
with python3Packages;
buildPythonApplication rec {
name = "${pname}-${version}";
pname = "khal";
version = "0.9.9";