Merge pull request #83547 from lopsided98/patch-1

proj: use pname instead of name
This commit is contained in:
Mario Rodas 2020-03-27 22:16:50 -05:00 committed by GitHub
commit 5dbb356a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pkg-config, sqlite, autoreconfHook }:
stdenv.mkDerivation rec {
name = "proj";
pname = "proj";
version = "6.3.1";
src = fetchFromGitHub {