mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
budgie.budgie-desktop: 10.9.1 -> 10.9.2
https://github.com/BuddiesOfBudgie/budgie-desktop/compare/v10.9.1...v10.9.2
This commit is contained in:
parent
d603719ec6
commit
c6a9be2a59
@ -1,7 +1,6 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchpatch2
|
||||
, accountsservice
|
||||
, alsa-lib
|
||||
, budgie-screensaver
|
||||
@ -38,39 +37,18 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "budgie-desktop";
|
||||
version = "10.9.1";
|
||||
version = "10.9.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BuddiesOfBudgie";
|
||||
repo = "budgie-desktop";
|
||||
rev = "v${finalAttrs.version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-H+J/zFUjiXbr5ynDkkjrRsEbyO4LPOhqe8DdG60ikRw=";
|
||||
hash = "sha256-lDsQlUAa79gnM8wC5pwyquvFyEiayH4W4gD/uyC5Koo=";
|
||||
};
|
||||
|
||||
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 {
|
||||
url = "https://github.com/BuddiesOfBudgie/budgie-desktop/commit/a040ccb96094f1d3a1ee81a6733c9434722bdf6c.patch";
|
||||
hash = "sha256-9eMYB5Zyn3BDYvAwORXTHaPGYDP7LnqHAwp+6Wy6XLk=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user