Merge pull request #168347 from hqurve/fix-openboard

openboard: fix compile with poppler >= 22.01
This commit is contained in:
Sandro 2022-04-18 00:58:26 +02:00 committed by GitHub
commit 36b4622299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,11 +33,10 @@ in mkDerivation rec {
};
patches = [
# Poppler requires at least C++17
# Fix build with poppler >= 22.01
(fetchpatch {
name = "use-c-17-for-pdf-on-linux-builds";
url = "https://aur.archlinux.org/cgit/aur.git/plain/use-c-17-for-pdf-on-linux-builds.patch?h=openboard";
sha256 = "sha256-M6HigpOo8ul7qaub4cd7/ATUc85HezEyKyDuzsrZvC8=";
url = "https://github.com/OpenBoard-org/OpenBoard/commit/3a9b043e0fafec08e4123f362dcb7750f7476b59.patch";
sha256 = "sha256-yD163FK79HBU1W7m6sLxhfsRo4r/38zYTFWgeyqwU1o=";
})
];