oggvideotools: mark it as broken on Darwin

This commit is contained in:
Raito Bezarius 2023-05-24 01:29:12 +02:00
parent 5e8671460b
commit 4e79d6857e

View file

@ -43,5 +43,9 @@ stdenv.mkDerivation rec {
homepage = "http://www.streamnik.de/oggvideotools.html";
license = licenses.gpl2Only;
maintainers = with maintainers; [ SuperSandro2000 ];
# Compilation error on Darwin:
# error: invalid argument '--std=c++0x' not allowed with 'C'
# make[2]: *** [src/libresample/CMakeFiles/resample.dir/build.make:76: src/libresample/CMakeFiles/resample.dir/filterkit.c.o] Error 1
broken = stdenv.isDarwin;
};
}