commit
05f5d0270f
@ -48,6 +48,9 @@ stdenv.mkDerivation rec {
|
|||||||
--replace /bin/bash ${bash}/bin/bash
|
--replace /bin/bash ${bash}/bin/bash
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
PKGCONFIG = "${stdenv.cc.targetPrefix}pkg-config";
|
||||||
|
|
||||||
|
dontAddWafCrossFlags = "true";
|
||||||
wafConfigureFlags = [
|
wafConfigureFlags = [
|
||||||
"--classic"
|
"--classic"
|
||||||
"--autostart=${if (optDbus != null) then "dbus" else "classic"}"
|
"--autostart=${if (optDbus != null) then "dbus" else "classic"}"
|
||||||
|
@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
[ alsaLib libogg ]
|
[ alsaLib libogg ]
|
||||||
++ lib.optional (libpulseaudio != null) libpulseaudio
|
++ lib.optional (libpulseaudio != null) libpulseaudio
|
||||||
# https://github.com/NixOS/nixpkgs/issues/96548
|
++ lib.optional (libjack2 != null) libjack2;
|
||||||
++ lib.optional (libjack2 != null && (stdenv.buildPlatform == stdenv.hostPlatform)) libjack2;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Various plugins for ALSA";
|
description = "Various plugins for ALSA";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user