forked from mirrors/nixpkgs
ikiwiki: mark build broken
The test suite fails after we updated to Imagemagick from version 6.9.7-6 to 6.9.8-4. https://ikiwiki.info/bugs/imagemagick_6.9.8_test_suite_failure/ has more details.
This commit is contained in:
parent
25102567cf
commit
045c707e54
|
@ -84,8 +84,8 @@ stdenv.mkDerivation {
|
|||
description = "Wiki compiler, storing pages and history in a RCS";
|
||||
homepage = http://ikiwiki.info/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.peti ];
|
||||
broken = true; # https://ikiwiki.info/bugs/imagemagick_6.9.8_test_suite_failure/
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue