lomiri-thumbnailer: Add patch to support gtest 1.13+ (forces build with C++14)

From gtest 1.13, C++14 is required.  Upstream hardcodes C++11 for its builds.
This commit is contained in:
Simon Hollingshead
2024-02-22 17:24:16 +00:00
parent a331a49cf7
commit ed42aa7999
@@ -87,6 +87,11 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://gitlab.com/ubports/development/core/lomiri-thumbnailer/-/commit/657be3bd1aeb227edc04e26b597b2fe97b2dc51a.patch";
hash = "sha256-XEvdWV3JJujG16+87iewYor0jFK7NTeE5459iT96SkU=";
})
(fetchpatch {
name = "0008-fix-googletest-1-13.patch";
url = "https://salsa.debian.org/ubports-team/lomiri-thumbnailer/-/raw/debian/3.0.3-1/debian/patches/0001_fix_googletest_1_13.patch";
hash = "sha256-oBcdspQMhCxh4L/XotG9NRp/Ij2YzIjpC8xg/jdiptw=";
})
];
postPatch = ''