treewide: mark bad packages
Some old stuff is known not to work.
This commit is contained in:
@@ -375,6 +375,7 @@ stdenv.mkDerivation {
|
||||
license = with licenses; [ fdl13 gpl2 lgpl21 lgpl3 ];
|
||||
maintainers = with maintainers; [ qknight ttuegel periklis bkchr ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin && (compareVersion "5.9.0" < 0);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user