1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

libtins: mention upstream issue with gtest

This commit is contained in:
Doron Behar 2024-03-15 19:39:52 +02:00
parent a4a43c399c
commit 12128314a4

View file

@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
};
patches = [
# Required for gtest 1.13+.
# Required for gtest 1.13+, see also upstream report at:
# https://github.com/mfontanini/libtins/issues/529
./0001-force-cpp-14.patch
];