mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 21:57:59 +00:00
Merge pull request #270627 from thiagokokada/fix-gcal-darwin
gcal: fix build in darwin
This commit is contained in:
commit
769f50186f
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-implicit-function-declaration";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
buildInputs = [ ncurses ] ++ lib.optional stdenv.isDarwin gettext;
|
||||
|
Loading…
Reference in New Issue
Block a user