forked from mirrors/nixpkgs
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 ];
|
license = with licenses; [ lgpl3Plus ];
|
||||||
maintainers = with maintainers; [ KarlJoad ];
|
maintainers = with maintainers; [ KarlJoad ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
# ./rsb_common.h:56:10: fatal error: 'omp.h' file not found
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue