libtins: fix gtest subproject
This matches the submodule used by upstream. The way this was done will break once gtest is updated to v1.11.0 (currently in staging-next).
This commit is contained in:
parent
cfef5c8d85
commit
c4af233882
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postPatch = ''
|
||||
rm -rf googletest
|
||||
cp -r ${gtest.src}/googletest googletest
|
||||
cp -r ${gtest.src} googletest
|
||||
chmod -R a+w googletest
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user