mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
librsb: Mark broken on Darwin
Builds haven't succeeded on Hydra in close to a year.
This commit is contained in:
parent
95dc917f68
commit
c5ff49ebd1
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user