mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
librsb: mark as broken
This commit is contained in:
parent
ecec64036b
commit
1672bf352f
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
|
|||
license = with lib.licenses; [ lgpl3Plus ];
|
||||
maintainers = with lib.maintainers; [ KarlJoad ];
|
||||
platforms = lib.platforms.all;
|
||||
# ./rsb_common.h:56:10: fatal error: 'omp.h' file not found
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
# linking errors such as 'undefined reference to `gzungetc'
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue