mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
openboard: pin ffmpeg_4 and fix compile with poppler >= 22.01
This commit is contained in:
parent
3d469dcb68
commit
b82b97e4d9
1 changed files with 3 additions and 4 deletions
|
@ -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=";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue