perlPackages.ImageMagick: mark broken

This commit is contained in:
Robert Schütz 2023-10-21 15:52:01 -07:00
parent b4214e1db4
commit 4df459513c

View File

@ -19923,6 +19923,7 @@ with self; {
meta = {
description = "Objected-oriented Perl interface to ImageMagick. Use it to read, manipulate, or write an image or image sequence from within a Perl script";
license = with lib.licenses; [ imagemagick ];
broken = true; # tests fail
};
};