mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #259941 from christoph-heiss/fix/bluemann-cross
blueman: fix cross-compilation
This commit is contained in:
commit
e189e9c0de
@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [ bluez gtk3 pythonPackages.python librsvg
|
||||
gnome.adwaita-icon-theme iproute2 networkmanager ]
|
||||
gnome.adwaita-icon-theme networkmanager ]
|
||||
++ pythonPath
|
||||
++ lib.optional withPulseAudio libpulseaudio;
|
||||
|
||||
@ -36,6 +36,8 @@ in stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--with-systemdsystemunitdir=${placeholder "out"}/lib/systemd/system"
|
||||
"--with-systemduserunitdir=${placeholder "out"}/lib/systemd/user"
|
||||
# Don't check for runtime dependency `ip` during the configure
|
||||
"--disable-runtime-deps-check"
|
||||
(lib.enableFeature withPulseAudio "pulseaudio")
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user