Merge pull request #281168 from raboof/libphonenumber-make-pname-consistent

libphonenumber: make pname consistent
This commit is contained in:
Franz Pletz 2024-01-16 14:42:12 +01:00 committed by GitHub
commit 09ddb7be14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {