scribusUnstable: fix build
We use harfbuzzFull because that includes the icu build which this depends on. Fixes #68548
This commit is contained in:
parent
c8cb4c743e
commit
02cab2d031
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, mkDerivation, pkgconfig, cmake, qtbase, cairo, pixman,
|
{ stdenv, fetchurl, mkDerivation, pkgconfig, cmake, qtbase, cairo, pixman,
|
||||||
boost, cups, fontconfig, freetype, hunspell, libjpeg, libtiff, libxml2, lcms2,
|
boost, cups, fontconfig, freetype, hunspell, libjpeg, libtiff, libxml2, lcms2,
|
||||||
podofo, poppler, poppler_data, python2, harfbuzz, qtimageformats, qttools }:
|
podofo, poppler, poppler_data, python2, harfbuzz, qtimageformats, qttools, harfbuzzFull }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pythonEnv = python2.withPackages(ps: [ps.tkinter ps.pillow]);
|
pythonEnv = python2.withPackages(ps: [ps.tkinter ps.pillow]);
|
||||||
@ -20,7 +20,7 @@ mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtbase cairo pixman boost cups fontconfig
|
qtbase cairo pixman boost cups fontconfig
|
||||||
freetype hunspell libjpeg libtiff libxml2 lcms2 podofo poppler
|
freetype hunspell libjpeg libtiff libxml2 lcms2 podofo poppler
|
||||||
poppler_data pythonEnv harfbuzz qtimageformats qttools
|
poppler_data pythonEnv harfbuzz qtimageformats qttools harfbuzzFull
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user