furnace: fix deps after SDL2 migration
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
freetype,
|
||||
libsndfile,
|
||||
libX11,
|
||||
libGL,
|
||||
rtmidi,
|
||||
SDL2,
|
||||
zlib,
|
||||
@@ -63,16 +64,19 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libsndfile
|
||||
rtmidi
|
||||
SDL2
|
||||
libX11
|
||||
zlib
|
||||
portaudio
|
||||
]
|
||||
++ lib.optionals withGL [
|
||||
libGL
|
||||
]
|
||||
++ lib.optionals withJACK [
|
||||
libjack2
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
# portaudio pkg-config is pulling this in as a link dependency, not set in propagatedBuildInputs
|
||||
alsa-lib
|
||||
libX11
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin (
|
||||
with darwin.apple_sdk.frameworks;
|
||||
|
||||
Reference in New Issue
Block a user