Unverified Commit b00b0e5d authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents 74274665 620a930b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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/";