imagemagickBig: revert meta.broken to false

This commit is contained in:
Pierre Bourdon 2019-03-11 00:13:02 +01:00
parent 128bb7be2a
commit a9cf5c27ec
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C

View File

@ -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;
};
}