summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMajiir Paktu <majiir@nabaal.net>2023-01-14 17:25:07 -0500
committerGitHub <noreply@github.com>2023-01-14 23:25:07 +0100
commit9c9850c8ab771248bc9f42fa242b5887589a16f1 (patch)
treefed4e2130b5ce14d65a7debcab5e7e72c8fce334
parentafc4f79e05bfc54173134d0ce1dae72191328526 (diff)
streamdeck-ui: update xlib version constraint (#210757)
-rw-r--r--pkgs/applications/misc/streamdeck-ui/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/misc/streamdeck-ui/default.nix b/pkgs/applications/misc/streamdeck-ui/default.nix
index a1179417719b..f91c7e7b32db 100644
--- a/pkgs/applications/misc/streamdeck-ui/default.nix
+++ b/pkgs/applications/misc/streamdeck-ui/default.nix
@@ -26,6 +26,11 @@ python3Packages.buildPythonApplication rec {
url = "https://github.com/timothycrosley/streamdeck-ui/commit/e271656c1f47b1619d1b942e2ebb01ab2d6a68a9.patch";
hash = "sha256-wqYwX6eSqMnW6OG7wSprD62Dz818ayFduVrqW9E/ays=";
})
+ (fetchpatch {
+ name = "update-python-xlib-0.33.patch";
+ url = "https://github.com/timothycrosley/streamdeck-ui/commit/07d7fdd33085b413dd26b02d8a02820edad2d568.patch";
+ hash = "sha256-PylTrbfB8RJ0+kbgJlRdcvfdahGoob8LabwhuFNsUpY=";
+ })
];
desktopItems = [ (makeDesktopItem {