librsb: Mark broken on Darwin

Builds haven't succeeded on Hydra in close to a year.
This commit is contained in:
OPNA2608 2021-12-23 14:32:39 +01:00
parent 95dc917f68
commit c5ff49ebd1

View File

@ -82,5 +82,7 @@ stdenv.mkDerivation rec {
license = with licenses; [ lgpl3Plus ];
maintainers = with maintainers; [ KarlJoad ];
platforms = platforms.all;
# ./rsb_common.h:56:10: fatal error: 'omp.h' file not found
broken = stdenv.isDarwin;
};
}