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

gnome-control-center: fix crash with hands-free profile

parent 05849488
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  lib,
  stdenv,
  replaceVars,
  fetchpatch,
  accountsservice,
  adwaita-icon-theme,
  blueprint-compiler,
@@ -89,6 +90,15 @@ stdenv.mkDerivation (finalAttrs: {
      inherit glibc tzdata shadow;
      inherit cups networkmanagerapplet;
    })

    # 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/";
    })
  ];

  nativeBuildInputs = [