Merge pull request #204159 from wegank/ugarit-darwin

ugarit, ugarit-manifest-maker: fix build on aarch64-darwin
This commit is contained in:
Artturi
2022-12-06 23:29:14 +02:00
committed by GitHub
3 changed files with 1 additions and 2 deletions
@@ -31,6 +31,7 @@ stdenv.mkDerivation {
] ++ (lib.optionals stdenv.isDarwin [
"XCODE_TOOL_PATH=${darwin.binutils.bintools}/bin"
"C_COMPILER=$(CC)"
"POSTINSTALL_PROGRAM=install_name_tool"
]);
# We need a bootstrap-chicken to regenerate the c-files after
@@ -27,6 +27,5 @@ in with pkgs; eggDerivation rec {
license = licenses.bsd3;
maintainers = [ maintainers.ebzzry ];
platforms = platforms.unix;
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}
-1
View File
@@ -37,6 +37,5 @@ in with pkgs; eggDerivation rec {
license = licenses.bsd3;
maintainers = [ maintainers.ebzzry ];
platforms = platforms.unix;
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}