enlightenment.enlightenment: pulseaudio support
This commit is contained in:
parent
3595e93f6f
commit
9e04b3173e
@ -4,6 +4,7 @@
|
|||||||
xkeyboard_config, pcre,
|
xkeyboard_config, pcre,
|
||||||
|
|
||||||
bluetoothSupport ? true, bluez5,
|
bluetoothSupport ? true, bluez5,
|
||||||
|
pulseSupport ? !stdenv.isDarwin, libpulseaudio,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -41,6 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
]
|
]
|
||||||
++ stdenv.lib.optional stdenv.isLinux libcap
|
++ stdenv.lib.optional stdenv.isLinux libcap
|
||||||
++ stdenv.lib.optional bluetoothSupport bluez5
|
++ stdenv.lib.optional bluetoothSupport bluez5
|
||||||
|
++ stdenv.lib.optional pulseSupport libpulseaudio
|
||||||
;
|
;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user