diff --git a/pkgs/data/maps/opentopomap/default.nix b/pkgs/data/maps/opentopomap/default.nix
index bc6d7e77a8836ba6f5af4fe0a8d9cca3db24e3ed..8e930e2623af019e968b1369af09e3bfc88a5bb3 100644
--- a/pkgs/data/maps/opentopomap/default.nix
+++ b/pkgs/data/maps/opentopomap/default.nix
@@ -1,22 +1,17 @@
-{ lib, stdenv, fetchFromGitHub, fetchurl, unzip, mkgmap, mkgmap-splitter }:
+{ lib, stdenv, fetchFromGitHub, fetchurl, unzip, mkgmap, mkgmap-splitter, osm-extracts }:
let
bounds = fetchurl {
};
sea = fetchurl {
};
in
stdenv.mkDerivation rec {
pname = "opentopomap";
src = fetchFromGitHub {
owner = "der-stefan";
@@ -36,7 +31,7 @@ mkdir data
'';
buildPhase = ''
(cd style/typ && mkgmap --family-id=35 opentopomap.txt)
mkgmap \
diff --git a/pkgs/misc/amethyst/bin.nix b/pkgs/misc/amethyst/bin.nix
index bf949648090477aa03d7a6910edc5fc7f13eddec..f3f3c9055e704c11c36fb878a0756278e026cc07 100644
--- a/pkgs/misc/amethyst/bin.nix
+++ b/pkgs/misc/amethyst/bin.nix
@@ -2,14 +2,14 @@ { lib, stdenv, fetchfromgh, unzip }:
stdenv.mkDerivation rec {
pname = "Amethyst-bin";
src = fetchfromgh {
owner = "ianyh";
repo = "Amethyst";
version = "v${version}";
name = "Amethyst.zip";
};
sourceRoot = ".";
application/octet-stream
This content has been proxied by September (3851b).