blackmagic: fix darwin build

This commit is contained in:
Emily Trau 2023-11-22 21:20:51 +11:00
parent 480f5b14e3
commit e1d85a2148
2 changed files with 1 additions and 4 deletions

View file

@ -73,8 +73,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/blacksphere/blackmagic";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ pjones emily sorki ];
# fails on darwin with
# arm-none-eabi-gcc: error: unrecognized command line option '-iframework'
platforms = platforms.linux;
platforms = platforms.unix;
};
}

View file

@ -9,7 +9,6 @@ set -u
out=${out:-/tmp}
################################################################################
export CFLAGS=$NIX_CFLAGS_COMPILE
export MAKEFLAGS="\
${enableParallelBuilding:+-j${NIX_BUILD_CORES}}"