hercules-ci-cnix-store: fix darwin build
This commit is contained in:
parent
647c8d800f
commit
f7775a4c2c
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ self: super: ({
|
|||
|
||||
double-conversion = addExtraLibrary pkgs.libcxx super.double-conversion;
|
||||
|
||||
hercules-ci-cnix-store = super.hercules-ci-cnix-store.overrideAttrs (drv: {
|
||||
NIX_CFLAGS_COMPILE = "-D_LIBCPP_DISABLE_AVAILABILITY";
|
||||
});
|
||||
|
||||
apecs-physics = addPkgconfigDepends [
|
||||
darwin.apple_sdk.frameworks.ApplicationServices
|
||||
] super.apecs-physics;
|
||||
|
|
Loading…
Reference in a new issue