Loading pkgs/tools/misc/oggvideotools/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; }; } Loading
pkgs/tools/misc/oggvideotools/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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; }; }