commit dd8ee1c879b10f75a9c142bf75089f76661afe4e parent 8be545b98175bd3e53c6109fea40f0f51eaf9207 Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Tue, 4 Oct 2022 11:11:05 +0300 pystac: fix build Diffstat:
M | pkgs/geospatial/pystac/default.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkgs/geospatial/pystac/default.nix b/pkgs/geospatial/pystac/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec { }; propagatedBuildInputs = with python3Packages; [ - dateutil + python-dateutil ]; doCheck = false;