commit 78d5f1701900f4de8be7aa9255167a4fa266ea14
parent 9722b00b8a4ca26709e56e7aad7b60a10bcb67fe
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Fri, 7 Oct 2022 22:59:51 +0300
Fix builds
Diffstat:
3 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/pkgs/geospatial/mbtiles2osmand/default.nix b/pkgs/geospatial/mbtiles2osmand/default.nix
@@ -6,6 +6,7 @@
python3Packages.buildPythonApplication rec {
pname = "mbtiles2osmand";
version = "2021-01-01";
+ format = "other";
src = fetchFromGitHub {
owner = "tarwirdur";
diff --git a/pkgs/geospatial/scooby/default.nix b/pkgs/geospatial/scooby/default.nix
@@ -12,6 +12,8 @@ python3Packages.buildPythonPackage rec {
hash = "sha256-vCZahb9PxII9xX+MztMT3H6NwChD2eCoR08OytGvd74=";
};
+ propagatedBuildInputs = with python3Packages; [ setuptools ];
+
doCheck = false;
meta = with lib; {
diff --git a/pkgs/gpx/gpx-interpolate/default.nix b/pkgs/gpx/gpx-interpolate/default.nix
@@ -3,6 +3,7 @@
python3Packages.buildPythonApplication rec {
pname = "gpx_interpolate";
version = "2021-01-24";
+ format = "other";
src = fetchFromGitHub {
owner = "remisalmon";