mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
pantheon.wingpanel: Backport QuickSettings support
This commit is contained in:
parent
dfc226bfb1
commit
e3e17841f5
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user