fooyin: add patch for Qt 6.10.1 compatibility (#469724)

This commit is contained in:
Aleksana
2025-12-12 13:01:42 +00:00
committed by GitHub
+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/";