treewide: fix derivation names
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "PyXML";
|
||||
version = "0.8.4";
|
||||
name = "${pname}-${pname}";
|
||||
|
||||
format = "other";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/pyxml/${name}.tar.gz";
|
||||
url = "mirror://sourceforge/pyxml/${pname}-${pname}.tar.gz";
|
||||
sha256 = "04wc8i7cdkibhrldy6j65qp5l75zjxf5lx6qxdxfdf2gb3wndawz";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user