Unverified Commit e189e9c0 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #259941 from christoph-heiss/fix/bluemann-cross

blueman: fix cross-compilation
parents 3d7552b6 1303bc20
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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")
  ];