summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2019-03-26 19:56:38 -0700
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-03-26 22:56:38 -0400
commit0a88820fc950a1415ae8b3afbf9d30c05d1160e0 (patch)
tree9b38b7f146b200f346b70c5fae5ebf05a56bde4d /pkgs/applications/graphics
parent18aa59b0f26fc707e7313f8467e67159e61600c2 (diff)
downloadnixpkgs-0a88820fc950a1415ae8b3afbf9d30c05d1160e0.tar
nixpkgs-0a88820fc950a1415ae8b3afbf9d30c05d1160e0.tar.gz
nixpkgs-0a88820fc950a1415ae8b3afbf9d30c05d1160e0.tar.bz2
nixpkgs-0a88820fc950a1415ae8b3afbf9d30c05d1160e0.tar.lz
nixpkgs-0a88820fc950a1415ae8b3afbf9d30c05d1160e0.tar.xz
nixpkgs-0a88820fc950a1415ae8b3afbf9d30c05d1160e0.tar.zst
nixpkgs-0a88820fc950a1415ae8b3afbf9d30c05d1160e0.zip
imagemagick7Big: Revert meta.broken to false (#58414)
imagemagickBig and imagemagick7Big were marked broken in #55634 due
to #55118.  #57313 fixed the bug but reverted the broken bit only on
imagemagickBig.  Revert it on imagemagick7Big too.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/ImageMagick/7.0.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/7.0.nix
index f8753ecd1eb..efbf5864faa 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -84,7 +84,6 @@ stdenv.mkDerivation rec {
     description = "A software suite to create, edit, compose, or convert bitmap images";
     platforms = platforms.linux ++ platforms.darwin;
     license = licenses.asl20;
-    broken = ghostscript != null; # https://github.com/NixOS/nixpkgs/issues/55118
     maintainers = with maintainers; [ the-kenny ];
   };
 }