Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
python.pkgs.simpleparse: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Mar 19, 2019
1 parent b9045b0 commit 5c52dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/simpleparse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ buildPythonPackage rec {
disabled = isPy3k || isPyPy;

src = fetchPypi {
inherit pname version;
pname = "SimpleParse";
inherit version;
sha256 = "18ccdc249bb550717af796af04a7d50aef523368901f64036a48eee5daca149d";
};

Expand Down

0 comments on commit 5c52dcf

Please sign in to comment.