-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Obsoleted] Pantheon: default to mutter 42 #174279
Conversation
137801a
to
76e00be
Compare
@ofborg test pantheon |
|
pkgs/desktops/gnome/default.nix
Outdated
# Using 3.38 to match Mutter used in Pantheon | ||
gnome-settings-daemon338 = callPackage ./core/gnome-settings-daemon/3.38 { }; | ||
# Using 42 to match Mutter used in Pantheon | ||
gnome-settings-daemon42 = callPackage ./core/gnome-settings-daemon/42 { }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gnome-settings-daemon42 = callPackage ./core/gnome-settings-daemon/42 { }; | |
gnome-settings-daemon42 = callPackage ./core/gnome-settings-daemon/42.nix { }; |
The structure right now is a bit weird. Normally we would do this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are extra patches so we need to use a subdirectory.
pkgs/desktops/gnome/default.nix
Outdated
# Needed for elementary's gala and greeter until support for higher versions is provided | ||
mutter338 = callPackage ./core/mutter/3.38 { }; | ||
# Needed for Pantheon's gala, wingpanel and greeter until support for higher versions is provided. | ||
mutter42 = callPackage ./core/mutter/42 { }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mutter42 = callPackage ./core/mutter/42 { }; | |
mutter42 = callPackage ./core/mutter/42.nix { }; |
Ah sorry I pushed the wrong branch, let me open a new PR |
Description of changes
#170361
pantheon.switchboard-plug-mouse-touchpad: 6.1.0 -> 7.0.0
pantheon.switchboard-plug-keyboard: 2.7.0 -> 3.0.0
pantheon.elementary-shortcut-overlay: 1.2.1 -> 2.0.0
All packages included in this PR must be updated together due to some schema changes.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes