summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-17 13:28:21 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-17 13:43:50 -0400
commit446dd2543d8be0d53c30166133dd964a5340e214 (patch)
tree49c7fa2eef9b92fa194b690034e4b0d3fa6676f5 /pkgs/applications/office
parentac3741a2d2faf7ed6fd5aca4bdb7331d6c3422ff (diff)
downloadnixpkgs-446dd2543d8be0d53c30166133dd964a5340e214.tar
nixpkgs-446dd2543d8be0d53c30166133dd964a5340e214.tar.gz
nixpkgs-446dd2543d8be0d53c30166133dd964a5340e214.tar.bz2
nixpkgs-446dd2543d8be0d53c30166133dd964a5340e214.tar.lz
nixpkgs-446dd2543d8be0d53c30166133dd964a5340e214.tar.xz
nixpkgs-446dd2543d8be0d53c30166133dd964a5340e214.tar.zst
nixpkgs-446dd2543d8be0d53c30166133dd964a5340e214.zip
scribusUnstable: drop harfbuzz
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/scribus/unstable.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/scribus/unstable.nix b/pkgs/applications/office/scribus/unstable.nix
index eef57179b3e..3c5ae4c4b0a 100644
--- a/pkgs/applications/office/scribus/unstable.nix
+++ b/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]);
@@ -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 = {