diff --git a/pkgs/geospatial/geographiclib/default.nix b/pkgs/geospatial/geographiclib/default.nix
index 2ce7f742972436068aa3607ff991c13ca7edc0ce..6d5603b369a3176484c68a47e00f42213f5f01b6 100644
--- a/pkgs/geospatial/geographiclib/default.nix
+++ b/pkgs/geospatial/geographiclib/default.nix
@@ -1,20 +1,27 @@
-{ lib, stdenv, fetchurl }:
+{ lib, stdenv, fetchFromGitHub, cmake, doxygen }:
stdenv.mkDerivation rec {
pname = "geographiclib";
};
meta = with lib; {
description = "GeographicLib offers a C++ interfaces to a small (but important!) set of geographic transformations";
license = licenses.mit;
maintainers = [ maintainers.sikmir ];
};
}
application/octet-stream
This content has been proxied by September (3851b).