pantheon.wingpanel: Backport QuickSettings support

This commit is contained in:
Bobby Rong 2024-08-23 22:20:45 +08:00
parent dfc226bfb1
commit e3e17841f5
No known key found for this signature in database

View File

@ -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 = [