mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
higan: remove darwin references
Since `apple-sdk` is included by default on Darwin stdenv.
This commit is contained in:
parent
e9a373340f
commit
6a1c2b2dba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user