higan: remove darwin references

Since `apple-sdk` is included by default on Darwin stdenv.
This commit is contained in:
Anderson Torres 2024-11-02 09:04:39 -03:00
parent e9a373340f
commit 6a1c2b2dba

View File

@ -1,7 +1,6 @@
{ lib
, SDL2
, alsa-lib
, darwin
, fetchFromGitHub
, gtk3
, gtksourceview3
@ -51,13 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
libpulseaudio
openal
udev
]
++ lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk.frameworks; [
Carbon
Cocoa
OpenAL
OpenGL
]);
];
patches = [
# Includes cmath header