Loading pkgs/by-name/gn/gnome-control-center/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ lib, stdenv, replaceVars, fetchpatch, accountsservice, adwaita-icon-theme, blueprint-compiler, Loading Loading @@ -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 = [ Loading Loading
pkgs/by-name/gn/gnome-control-center/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ lib, stdenv, replaceVars, fetchpatch, accountsservice, adwaita-icon-theme, blueprint-compiler, Loading Loading @@ -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 = [ Loading