musikcube: Fix Linux build
This commit is contained in:
parent
800b90d2ad
commit
ab010f68fe
@ -60,11 +60,11 @@ stdenv.mkDerivation rec {
|
||||
libmicrohttpd
|
||||
ncurses
|
||||
taglib
|
||||
] ++ lib.optional systemdSupport [
|
||||
] ++ lib.optionals systemdSupport [
|
||||
systemd
|
||||
] ++ lib.optional stdenv.isLinux [
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
alsa-lib pulseaudio
|
||||
] ++ lib.optional stdenv.isDarwin [
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
Cocoa SystemConfiguration
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user