gnu: xpdf: Fix detection of freetype. * gnu/packages/pdf.scm (xpdf)[configure-flags]: Add flag to correctly detect freetype. Otherwise, the xpdf binary is not built.
1 files changed, 5 insertions(+), 1 deletions(-) M gnu/packages/pdf.scm
M gnu/packages/pdf.scm => gnu/packages/pdf.scm +5 -1
@@ 127,7 127,11 @@ ("zlib" ,zlib))) (arguments `(#:tests? #f ; there is no check target #:parallel-build? #f ; build fails randomly on 8-way machines #:parallel-build? #f ; build fails randomly on 8-way machines #:configure-flags (list (string-append "--with-freetype2-includes=" (assoc-ref %build-inputs "freetype") "/include/freetype2")) #:phases (alist-replace 'install