Merge pull request #55634 from erikarvstedt/im-broken
imagemagickBig: mark as broken
This commit is contained in:
commit
f1405f3eae
|
@ -84,6 +84,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A software suite to create, edit, compose, or convert bitmap images";
|
description = "A software suite to create, edit, compose, or convert bitmap images";
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
broken = ghostscript != null; # https://github.com/NixOS/nixpkgs/issues/55118
|
||||||
maintainers = with maintainers; [ the-kenny ];
|
maintainers = with maintainers; [ the-kenny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -100,6 +100,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A software suite to create, edit, compose, or convert bitmap images";
|
description = "A software suite to create, edit, compose, or convert bitmap images";
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ the-kenny ];
|
maintainers = with maintainers; [ the-kenny ];
|
||||||
|
broken = ghostscript != null; # https://github.com/NixOS/nixpkgs/issues/55118
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue