From d161cb06fe4b7173a782e212ece4837f03da1e0a Mon Sep 17 00:00:00 2001 From: HHR2020 <76608828+HHR2020@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:29:44 +0800 Subject: [PATCH] linyaps: fix build for Qt 6.10 https://doc-snapshots.qt.io/qt6-6.10/whatsnew610.html#build-system-changes --- pkgs/by-name/li/linyaps/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/li/linyaps/package.nix b/pkgs/by-name/li/linyaps/package.nix index 0feed2bdd45e..b1fdeae4014d 100644 --- a/pkgs/by-name/li/linyaps/package.nix +++ b/pkgs/by-name/li/linyaps/package.nix @@ -50,6 +50,11 @@ stdenv.mkDerivation (finalAttrs: { patches = [ ./fix-host-path.patch + # Fix for Qt 6.10 + (fetchpatch { + url = "https://github.com/OpenAtom-Linyaps/linyaps/commit/c49e6cfab304ffa2b5b1657da247a6eda6f46c3a.patch"; + hash = "sha256-lFyPb8YiaXJl2yzPElUR1jYwdOxA0h+db4sv/N70N4E="; + }) ]; postPatch = ''