berry: fix darwin build

This commit is contained in:
Austin Horstman 2024-11-04 22:53:56 -06:00
parent 3aff222fd7
commit 12d623b9a8
No known key found for this signature in database

View File

@ -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";