Skip to content

Commit

Permalink
scribusUnstable: drop harfbuzz
Browse files Browse the repository at this point in the history
(cherry picked from commit 446dd25)
  • Loading branch information
worldofpeace committed Sep 17, 2019
1 parent 3109b42 commit a18d12a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/scribus/unstable.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, mkDerivation, pkgconfig, cmake, qtbase, cairo, pixman,
boost, cups, fontconfig, freetype, hunspell, libjpeg, libtiff, libxml2, lcms2,
podofo, poppler, poppler_data, python2, harfbuzz, qtimageformats, qttools, harfbuzzFull }:
podofo, poppler, poppler_data, python2, qtimageformats, qttools, harfbuzzFull }:

let
pythonEnv = python2.withPackages(ps: [ps.tkinter ps.pillow]);
Expand All @@ -20,7 +20,7 @@ mkDerivation rec {
buildInputs = [
qtbase cairo pixman boost cups fontconfig
freetype hunspell libjpeg libtiff libxml2 lcms2 podofo poppler
poppler_data pythonEnv harfbuzz qtimageformats qttools harfbuzzFull
poppler_data pythonEnv qtimageformats qttools harfbuzzFull
];

meta = {
Expand Down

0 comments on commit a18d12a

Please sign in to comment.