librsb: mark as broken

This commit is contained in:
Doron Behar 2025-03-30 13:19:48 +03:00
parent ecec64036b
commit 1672bf352f

View file

@ -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;
};
}