Skip to content

Commit

Permalink
pythonPackages.wp_export_parser: uninit
Browse files Browse the repository at this point in the history
Package is broken and umnaintained.
Upstream has not been updated since 2013.
  • Loading branch information
Robert Schütz committed Feb 27, 2018
1 parent f76e8cb commit 94baae5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -21183,18 +21183,6 @@ EOF

whitenoise = callPackage ../development/python-modules/whitenoise { };

wp_export_parser = buildPythonPackage rec {
name = "${pname}-${version}";
pname = "wp_export_parser";
version = "1.0";
src = pkgs.fetchFromGitHub {
owner = "RealGeeks";
repo = "wp_export_parser";
rev = "479211f6c5a7d034fd77762dfed381c3315cd773";
sha256 = "1ad0mkixc0s86djwsvhp1qlvcfs25086nh0qw7bys49gz8shczzi";
};
};

XlsxWriter = callPackage ../development/python-modules/XlsxWriter { };

yowsup = callPackage ../development/python-modules/yowsup { };
Expand Down

0 comments on commit 94baae5

Please sign in to comment.