pythonpackages.doxypy: Remove outdated package

This commit is contained in:
adisbladis 2017-10-28 22:13:15 +08:00
parent ab66d6ea22
commit 1b55fc5922
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -8371,22 +8371,6 @@ in {
}; };
}; };
doxypy = buildPythonPackage rec {
name = "doxypy-0.4.2";
src = pkgs.fetchurl {
url = "http://code.foosel.org/files/${name}.tar.gz";
sha256 = "1afmb30zmy7942b53qa5vd3js883wwqqls35n8xfb3rnj0qnll8g";
};
meta = {
homepage = http://code.foosel.org/doxypy;
description = "An input filter for Doxygen";
};
doCheck = false;
};
dtopt = buildPythonPackage rec { dtopt = buildPythonPackage rec {
name = "dtopt-0.1"; name = "dtopt-0.1";