libphonenumber: make pname consistent
... with attr and project name. Also mentioned in https://github.com/NixOS/nixpkgs/issues/276443
This commit is contained in:
parent
9b19f5e77d
commit
c5c4b0c5e8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user