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,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, cmake, boost, glog, leveldb, marisa, opencc,
libyamlcpp, gmock }:
libyamlcpp, gtest }:
stdenv.mkDerivation rec {
pname = "librime";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ boost glog leveldb marisa opencc libyamlcpp gmock ];
buildInputs = [ boost glog leveldb marisa opencc libyamlcpp gtest ];
meta = with lib; {
homepage = "https://rime.im/";