pythonpackages.doxypy: Remove outdated package

This commit is contained in:
adisbladis
2017-10-30 11:55:58 +08:00
parent ab66d6ea22
commit 1b55fc5922
-16
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 {
name = "dtopt-0.1";