mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
budgie.budgie-desktop: Backport a few fixes
Since we are fetching patches already, these fixes looks good to fetch early and are already patched in Fedora.
This commit is contained in:
parent
fd077ac57e
commit
4c9331d517
@ -51,6 +51,20 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
patches = [
|
||||
./plugins.patch
|
||||
|
||||
# Fix workspace applet window icon click not performing workspace switch
|
||||
# https://github.com/BuddiesOfBudgie/budgie-desktop/issues/524
|
||||
(fetchpatch2 {
|
||||
url = "https://github.com/BuddiesOfBudgie/budgie-desktop/commit/9b775d613ad0c324db628ed5a32d3fccc90f82d6.patch";
|
||||
hash = "sha256-QtPviPW7pJYZIs28CYwE3N8vcDswqnjD6d0WVPFchL4=";
|
||||
})
|
||||
|
||||
# Work around even more SNI noncompliance
|
||||
# https://github.com/BuddiesOfBudgie/budgie-desktop/issues/539
|
||||
(fetchpatch2 {
|
||||
url = "https://github.com/BuddiesOfBudgie/budgie-desktop/commit/84269e2fcdcac6d737ee5100881e8b306eaae570.patch";
|
||||
hash = "sha256-1Uj+6GZ9/oDQOt+5P8UYiVP3P0BrsJe3HqXVLkWCkAM=";
|
||||
})
|
||||
|
||||
# vapi: Update libxfce4windowing to 4.19.3
|
||||
# https://github.com/BuddiesOfBudgie/budgie-desktop/issues/546
|
||||
(fetchpatch2 {
|
||||
|
Loading…
Reference in New Issue
Block a user