Skip to content

Commit

Permalink
pantheon.switchboard-plug-pantheon-shell: Backport color-scheme fix
Browse files Browse the repository at this point in the history
Backported from switchboard-plug-pantheon-shell 8.0.1.
This sets preferred color theme for mutter.
  • Loading branch information
bobby285271 committed Oct 26, 2024
1 parent 9517f23 commit 2f7d935
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, meson
, ninja
Expand Down Expand Up @@ -33,6 +34,15 @@ stdenv.mkDerivation rec {
sha256 = "sha256-Cv1Ldvk0+VzNsKnDFwDtLZ5ixUOGV+PWYAqN9KV9g/s=";
};

patches = [
# Set preferred color theme for mutter
# https://github.com/elementary/switchboard-plug-pantheon-shell/pull/413
(fetchpatch {
url = "https://github.com/elementary/switchboard-plug-pantheon-shell/commit/bdc8c167fabe5a4642efd37b0289e235e5d0a504.patch";
hash = "sha256-ueTAwURd8GM0U/qfPmoVLO7OVI/ppazq+ljnVzk0Npk=";
})
];

nativeBuildInputs = [
gettext
meson
Expand Down

0 comments on commit 2f7d935

Please sign in to comment.