treewide: Fix packages using name where they should use pname

This commit is contained in:
Patrick Hilhorst
2018-11-05 00:32:52 +01:00
parent 320c9c10de
commit b0e9fc131c
27 changed files with 31 additions and 31 deletions

View File

@@ -5,7 +5,7 @@
}:
buildPythonPackage rec {
name = "urwidtrees";
pname = "urwidtrees";
version = "1.0";
src = fetchFromGitHub {