commit 8c571aa6f41461b1e1267436789ca912596ff86a parent 772c558cd6efe0e8fa04dc1901776118099ca5e1 Author: Nikolay Korotkiy <sikmir@disroot.org> Date: Sun, 30 Oct 2022 14:19:39 +0300 c2cwsgiutils: fix build Diffstat:
M | pkgs/geospatial/c2cwsgiutils/default.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkgs/geospatial/c2cwsgiutils/default.nix b/pkgs/geospatial/c2cwsgiutils/default.nix @@ -20,6 +20,7 @@ python3Packages.buildPythonPackage rec { psycopg2 pyramid requests + setuptools ]; doCheck = false;