gmock: deprecate alias

This commit is contained in:
Sandro Jäckel
2021-03-14 19:03:18 +01:00
parent 33a395f195
commit d24e2d1b0b
7 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cmake, gmock, boost, pkg-config, protobuf, icu }:
{ lib, stdenv, fetchFromGitHub, cmake, gtest, boost, pkg-config, protobuf, icu }:
stdenv.mkDerivation rec {
pname = "phonenumber";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
gmock
gtest
pkg-config
];