libreoffice: fix build with Poppler 22.03
This commit is contained in:
parent
534a73511e
commit
9102478153
@ -82,7 +82,15 @@ in (mkDrv rec {
|
|||||||
tar -xf ${srcs.translations}
|
tar -xf ${srcs.translations}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [ ./skip-failed-test-with-icu70.patch ];
|
patches = [
|
||||||
|
./skip-failed-test-with-icu70.patch
|
||||||
|
|
||||||
|
# Fix build with poppler 22.03
|
||||||
|
(fetchurl {
|
||||||
|
url = "https://github.com/archlinux/svntogit-packages/raw/f82958b9538f86e41b51f1ba7134968d2f3788d1/trunk/poppler-22.03.0.patch";
|
||||||
|
sha256 = "5h4qJmx6Q3Q3dHUlSi8JXBziN2mAswGVWk5aDTLTwls=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
### QT/KDE
|
### QT/KDE
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user