Skip to content

Commit

Permalink
Add pythonPackages.wp_export_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Dec 6, 2016
1 parent 9578299 commit 67e1c1b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -31386,6 +31386,18 @@ in {
};
};

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";
};
};

zeitgeist = if isPy3k then throw "zeitgeist not supported for interpreter ${python.executable}" else
(pkgs.zeitgeist.override{python2Packages=self;}).py;

Expand Down

0 comments on commit 67e1c1b

Please sign in to comment.