From ab3b7e2a12e7701e38d750b9ff8703eaea5afeee Mon Sep 17 00:00:00 2001 From: Evils Date: Wed, 19 May 2021 18:48:18 +0200 Subject: clementine: fetch patch to fix wayland execution --- pkgs/applications/audio/clementine/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/applications/audio/clementine') diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix index 0b82bbd8d84..88d82afa624 100644 --- a/pkgs/applications/audio/clementine/default.nix +++ b/pkgs/applications/audio/clementine/default.nix @@ -22,6 +22,12 @@ let patches = [ ./clementine-spotify-blob.patch + (fetchpatch { + # "short-term" fix for execution on wayland (1.4.0rc1-131-g2179027a6) + # for https://github.com/clementine-player/Clementine/issues/6587 + url = "https://github.com/clementine-player/Clementine/commit/2179027a6d97530c857e43be873baacd696ff332.patch"; + sha256 = "0344bfcyvjim5ph8w4km6zkg96rj5g9ybp9x14qgyw2gkdksimn6"; + }) ]; nativeBuildInputs = [ cmake pkg-config makeWrapper ]; -- cgit 1.4.1