berry: fix darwin build
This commit is contained in:
parent
3aff222fd7
commit
12d623b9a8
@ -55,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
patchShebangs configure
|
||||
'';
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-D_C99_SOURCE";
|
||||
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "berry";
|
||||
|
Loading…
Reference in New Issue
Block a user