clementine: fetch patch to fix wayland execution
This commit is contained in:
parent
7a1fbc38a4
commit
ab3b7e2a12
@ -22,6 +22,12 @@ let
|
|||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./clementine-spotify-blob.patch
|
./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 ];
|
nativeBuildInputs = [ cmake pkg-config makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user