mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #272064 from Atemu/fix/mlterm-darwin
mlterm: fix build on darwin/clang_16
This commit is contained in:
commit
ad663fecd5
@ -165,6 +165,10 @@ in stdenv.mkDerivation (finalAttrs: {
|
||||
--replace "-m 4755 -o root" " "
|
||||
'';
|
||||
|
||||
env = lib.optionalAttrs stdenv.cc.isClang {
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
(withFeaturesList "type-engines" enableTypeEngines)
|
||||
(withFeaturesList "tools" enableTools)
|
||||
|
Loading…
Reference in New Issue
Block a user