Merge pull request #290668 from simonhollingshead/lomiri-gtest

lomiri-thumbnailer: Add debian patch for supporting gtest 1.13
This commit is contained in:
K900 2024-02-22 21:50:29 +03:00 committed by GitHub
commit 674880be88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = ''