diff --git a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix index 3734a0dcc07f..e6fb2a57e7d2 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix @@ -1,6 +1,7 @@ { lib , stdenv , fetchFromGitHub +, fetchpatch , nix-update-script , wrapGAppsHook3 , pkg-config @@ -32,6 +33,13 @@ stdenv.mkDerivation rec { patches = [ ./indicators.patch + + # Add sorting for QuickSettings + # https://github.com/elementary/wingpanel/pull/516 + (fetchpatch { + url = "https://github.com/elementary/wingpanel/commit/cae197c953f4332e67cf0a5457b4e54f8adc3424.patch"; + hash = "sha256-P7Cl6M3qvh9pa1qIwWQV4XG5NoCQId+buzEChcUOapk="; + }) ]; nativeBuildInputs = [