diff --git a/pkgs/data/maps/opentopomap/default.nix b/pkgs/data/maps/opentopomap/default.nix
index 4187c17c99083d5c862f50677174df84af7aba98..05405fb9864377850a43a5ab3ed0da3a0290dbd5 100644
--- a/pkgs/data/maps/opentopomap/default.nix
+++ b/pkgs/data/maps/opentopomap/default.nix
@@ -6,21 +6,25 @@ fetchurl,
unzip,
mkgmap,
mkgmap-splitter,
}:
let
bounds = fetchurl {
};
sea = fetchurl {
};
in
stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "der-stefan";
@@ -44,7 +48,7 @@ mkdir data
'';
buildPhase = ''
(cd style/typ && mkgmap --family-id=35 opentopomap.txt)
mkgmap \
@@ -58,7 +62,7 @@ style/typ/opentopomap.typ
'';
installPhase = ''
'';
meta = {
diff --git a/pkgs/geospatial/tilecloud/default.nix b/pkgs/geospatial/tilecloud/default.nix
index ca48a437451ff9d1405cf9e23a9387874aada094..572dc1007235832556793b5103848011fb1d9a55 100644
--- a/pkgs/geospatial/tilecloud/default.nix
+++ b/pkgs/geospatial/tilecloud/default.nix
@@ -18,7 +18,10 @@ hash = "sha256-yblAOBp9anvsVnF9q8jwnMoyNG42K+E3antBe5pkS7Y=";
};
pythonRelaxDeps = [
"pillow"
"webob"
];
diff --git a/pkgs/misc/shifu/default.nix b/pkgs/misc/shifu/default.nix
index 0100fdb773448211cd19021295f6bb0707f16aee..32a0512aa2df256f519133e7dd72a572fb1ad695 100644
--- a/pkgs/misc/shifu/default.nix
+++ b/pkgs/misc/shifu/default.nix
@@ -9,16 +9,16 @@ }:
buildGoModule rec {
pname = "shifu";
src = fetchFromGitHub {
owner = "Edgenesis";
repo = "shifu";
rev = "v${version}";
};
nativeBuildInputs = [ installShellFiles ];
application/octet-stream
This content has been proxied by September (3851b).