gmt: use pname instead of name

This commit is contained in:
lassulus 2020-08-24 09:58:16 +02:00
parent 76b7192972
commit cedef0c6c7
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "dcw-gmt";
pname = "dcw-gmt";
version = "1.1.4";
src = fetchurl {
url = "ftp://ftp.soest.hawaii.edu/gmt/dcw-gmt-${version}.tar.gz";

View file

@ -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";