Skip to content

Commit

Permalink
python.pkgs.pendulum: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Aug 11, 2020
1 parent 9c50cab commit d58b4c9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pkgs/development/python-modules/pendulum/default.nix
@@ -1,10 +1,18 @@
{ lib, fetchPypi, buildPythonPackage, pythonOlder
, dateutil, pytzdata, typing }:
, dateutil, pytzdata, typing
, poetry-core
}:

buildPythonPackage rec {
pname = "pendulum";
version = "2.1.2";

format = "pyproject";

nativeBuildInputs = [
poetry-core
];

src = fetchPypi {
inherit pname version;
sha256 = "b06a0ca1bfe41c990bbf0c029f0b6501a7f2ec4e38bfec730712015e8860f207";
Expand Down

0 comments on commit d58b4c9

Please sign in to comment.