haskell-imagemagick: test suite is broken

This commit is contained in:
Peter Simons 2015-08-06 19:00:53 +02:00
parent 2f03c42736
commit fd53387bba

View file

@ -919,4 +919,7 @@ self: super: {
# https://github.com/skogsbaer/hscurses/issues/24
hscurses = markBroken super.hscurses;
# https://github.com/qnikst/imagemagick/issues/34
imagemagick = dontCheck super.imagemagick;
}