Unverified Commit 05849488 authored by André Lima's avatar André Lima
Browse files

gnome-settings-daemon: fix crash with hands-free profile

parent 88d3861a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  stdenv,
  lib,
  replaceVars,
  fetchpatch,
  buildPackages,
  fetchurl,
  meson,
@@ -56,6 +57,15 @@ stdenv.mkDerivation (finalAttrs: {
    (replaceVars ./fix-paths.patch {
      inherit tzdata;
    })

    # Fix crash when switching to hands-free mode on a bluetooth headset
    (fetchpatch {
      name = "fix-bluetooth-handsfree-crash.patch";
      url = "https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/31.patch";
      hash = "sha256-jFbItlXT05nnp825R/HvsWDFxAMzL4z36CsxhQ2sEIY=";
      stripLen = 1;
      extraPrefix = "subprojects/gvc/";
    })
  ];

  depsBuildBuild = [