Merge pull request #269166 from emilytrau/blackmagic-darwin

blackmagic: fix darwin support
This commit is contained in:
Emily Trau 2023-11-23 01:00:48 +11:00 committed by GitHub
commit a0c0923c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}}"