fooyin: add patch for Qt 6.10.1 compatibility

This commit is contained in:
Maor Haimovitz
2025-12-12 08:16:22 +00:00
parent 5d980a9e7a
commit 620a930b45
+6
View File
@@ -79,6 +79,12 @@ stdenv.mkDerivation (finalAttrs: {
})
];
# Fix compatibility with Qt 6.10.1 - should be fixed in next release
postPatch = ''
substituteInPlace src/utils/starrating.cpp \
--replace-fail '.arg(alignment);' '.arg(alignment.toInt());'
'';
meta = {
description = "Customisable music player";
homepage = "https://www.fooyin.org/";