about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-03-11 10:29:57 +0000
committerGitHub <noreply@github.com>2019-03-11 10:29:57 +0000
commitc08f80839fc2dda8bfde1f4fd08b08d0403ae487 (patch)
tree33d365b8f8557258e96b10962b77071514437956 /pkgs/applications/graphics
parentf226459a39fcd02310b8922546a1e06d2a5ad2d4 (diff)
parenta9cf5c27ec95b30e36c863b766b28d8de30cb19d (diff)
downloadnixlib-c08f80839fc2dda8bfde1f4fd08b08d0403ae487.tar
nixlib-c08f80839fc2dda8bfde1f4fd08b08d0403ae487.tar.gz
nixlib-c08f80839fc2dda8bfde1f4fd08b08d0403ae487.tar.bz2
nixlib-c08f80839fc2dda8bfde1f4fd08b08d0403ae487.tar.lz
nixlib-c08f80839fc2dda8bfde1f4fd08b08d0403ae487.tar.xz
nixlib-c08f80839fc2dda8bfde1f4fd08b08d0403ae487.tar.zst
nixlib-c08f80839fc2dda8bfde1f4fd08b08d0403ae487.zip
Merge pull request #57313 from delroth/gs-lcms2mt
ghostscript: link against "systemwide" liblcms2
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/ImageMagick/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix
index 7981403eb757..b3a1b64cae96 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -100,7 +100,6 @@ stdenv.mkDerivation rec {
     description = "A software suite to create, edit, compose, or convert bitmap images";
     platforms = platforms.linux ++ platforms.darwin;
     maintainers = with maintainers; [ the-kenny ];
-    broken = ghostscript != null; # https://github.com/NixOS/nixpkgs/issues/55118
     license = licenses.asl20;
   };
 }