summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick/7.0.nix
diff options
context:
space:
mode:
authorJohannes Arnold <johannes.arnold@stud.uni-hannover.de>2022-01-30 15:21:18 +0100
committerKerstin <kerstin@erictapen.name>2022-01-30 18:42:55 +0100
commit372468425f35be282788576d3fc427012579103f (patch)
tree0f99c3fcdc622163f32471f29d41b8a861d4dab3 /pkgs/applications/graphics/ImageMagick/7.0.nix
parenta40948ee530c47f46c25a581b24dbd414c67c54e (diff)
downloadnixpkgs-372468425f35be282788576d3fc427012579103f.tar
nixpkgs-372468425f35be282788576d3fc427012579103f.tar.gz
nixpkgs-372468425f35be282788576d3fc427012579103f.tar.bz2
nixpkgs-372468425f35be282788576d3fc427012579103f.tar.lz
nixpkgs-372468425f35be282788576d3fc427012579103f.tar.xz
nixpkgs-372468425f35be282788576d3fc427012579103f.tar.zst
nixpkgs-372468425f35be282788576d3fc427012579103f.zip
imagemagick: build with potrace
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick/7.0.nix')
-rw-r--r--pkgs/applications/graphics/ImageMagick/7.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/7.0.nix
index 76490682477..e45ae5482f6 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -1,7 +1,7 @@
 { lib, stdenv, fetchFromGitHub, fetchpatch, pkg-config, libtool
 , bzip2, zlib, libX11, libXext, libXt, fontconfig, freetype, ghostscript, libjpeg, djvulibre
 , lcms2, openexr, libjxl, libpng, liblqr1, libraw, librsvg, libtiff, libxml2, openjpeg, libwebp, libheif
-, ApplicationServices
+, potrace, ApplicationServices
 , Foundation
 , testVersion, imagemagick
 }:
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkg-config libtool ];
 
   buildInputs =
-    [ zlib fontconfig freetype ghostscript
+    [ zlib fontconfig freetype ghostscript potrace
       liblqr1 libpng libraw libtiff libxml2 libheif djvulibre
     ]
     # libjxl is broken on aarch64 (see meta.broken in libjxl) for now,