libphonenumber: make pname consistent

... with attr and project name.

Also mentioned in https://github.com/NixOS/nixpkgs/issues/276443
This commit is contained in:
Arnout Engelen 2024-01-15 17:34:04 +01:00
parent 9b19f5e77d
commit c5c4b0c5e8
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, cmake, gtest, boost, pkg-config, protobuf, icu, Foundation, buildPackages }:
stdenv.mkDerivation rec {
pname = "phonenumber";
pname = "libphonenumber";
version = "8.12.37";
src = fetchFromGitHub {