diff --git a/pkgs/osm/osmcoastline/default.nix b/pkgs/osm/osmcoastline/default.nix
index 39212cd248d8ef3a9ec0bf910c67738e68eb15a0..c6716784ce3d932e9e66cfe02911b16628cc42fa 100644
--- a/pkgs/osm/osmcoastline/default.nix
+++ b/pkgs/osm/osmcoastline/default.nix
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
+, fetchpatch
, cmake
, bzip2
, expat
@@ -14,14 +15,21 @@ }:
stdenv.mkDerivation (finalAttrs: {
pname = "osmcoastline";
src = fetchFromGitHub {
owner = "osmcode";
repo = "osmcoastline";
rev = "v${finalAttrs.version}";
};
url = "https://github.com/osmcode/osmcoastline/commit/67cc33161069f65e315acae952492ab5ee07af15.patch";
hash = "sha256-6x2WrVm0vI2H8W3jTTdCSlAGNYbc6dfujlr3cHWhC3Y=";
nativeBuildInputs = [ cmake ];
application/octet-stream
This content has been proxied by September (3851b).