summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/gis/gmt/gshhg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/gis/gmt/gshhg.nix')
-rw-r--r--pkgs/applications/gis/gmt/gshhg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/gis/gmt/gshhg.nix b/pkgs/applications/gis/gmt/gshhg.nix
index 89ace020033f..0f22f87c89b5 100644
--- a/pkgs/applications/gis/gmt/gshhg.nix
+++ b/pkgs/applications/gis/gmt/gshhg.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
- name = "gshhg-gmt";
+ pname = "gshhg-gmt";
version = "2.3.7";
src = fetchurl {
url = "ftp://ftp.soest.hawaii.edu/gmt/gshhg-gmt-${version}.tar.gz";