blackmagic: fix darwin build
This commit is contained in:
parent
480f5b14e3
commit
e1d85a2148
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@ set -u
|
|||
out=${out:-/tmp}
|
||||
|
||||
################################################################################
|
||||
export CFLAGS=$NIX_CFLAGS_COMPILE
|
||||
export MAKEFLAGS="\
|
||||
${enableParallelBuilding:+-j${NIX_BUILD_CORES}}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue