Merge pull request #287621 from wegank/health-darwin
health: fix build on darwin
This commit is contained in:
commit
3f12e8f0e2
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ stdenv.mkDerivation rec {
|
|||
darwin.apple_sdk.frameworks.Foundation
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isClang [
|
||||
"-Wno-error=incompatible-function-pointer-types"
|
||||
]);
|
||||
|
||||
meta = with lib; {
|
||||
description = "A health tracking app for the GNOME desktop";
|
||||
homepage = "https://apps.gnome.org/app/dev.Cogitri.Health";
|
||||
|
|
Loading…
Reference in a new issue