mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
scribusUnstable: fix build failure from poppler bump
Poppler was upgraded in [0] and therefore the build broke, as poppler/goo/gtypes.h was moved into poppler/goo/gfile.h [1]. The patch is intended to be broght upstream and then can be reverted. [0]7757e43fcb
[1]ef3ef702bc
This commit is contained in:
parent
3f0fbc0e56
commit
ac891e9ea6
12
pkgs/applications/office/scribus/poppler-0.73.0.patch
Normal file
12
pkgs/applications/office/scribus/poppler-0.73.0.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/scribus/plugins/import/pdf/slaoutput.h b/scribus/plugins/import/pdf/slaoutput.h
|
||||
--- a/scribus/plugins/import/pdf/slaoutput.h
|
||||
+++ b/scribus/plugins/import/pdf/slaoutput.h
|
||||
@@ -28,7 +28,7 @@ for which a new license (GPL+exception) is in place.
|
||||
#include "selection.h"
|
||||
#include "vgradient.h"
|
||||
|
||||
-#include <poppler/goo/gtypes.h>
|
||||
+#include <poppler/goo/gfile.h>
|
||||
#include <poppler/Object.h>
|
||||
#include <poppler/OutputDev.h>
|
||||
#include <poppler/Gfx.h>
|
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "18xqhxjm8dl4w3izg7202i8vicfggkcvi0p9ii28k43b5ps1akg1";
|
||||
};
|
||||
|
||||
patches = [ ./poppler-0.73.0.patch ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user