From a3061fc61ec43e5a7a3964bb854cc270ae4011c7 Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Sun, 31 May 2026 15:29:57 +0300 Subject: [PATCH 1/2] fix(nix): hotfix Signed-off-by: s0me1newithhand7s --- nix/unwrapped.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nix/unwrapped.nix b/nix/unwrapped.nix index b8d822bd1..dfac4a280 100644 --- a/nix/unwrapped.nix +++ b/nix/unwrapped.nix @@ -16,7 +16,6 @@ libarchive, darwin, gamemode, - extra-cmake-modules, nix-filter, msaClientID ? null, gamemodeSupport ? stdenv.hostPlatform.isLinux, @@ -54,7 +53,7 @@ in nativeBuildInputs = [ cmake ninja - extra-cmake-modules + kdePackages.extra-cmake-modules jdk17 stripJavaArchivesHook ]; From 7cc9857f0016b607b92f723be31f6519e10e551c Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Sun, 31 May 2026 15:39:29 +0300 Subject: [PATCH 2/2] fix(nix): pkg-config added somehow haven't been yet Signed-off-by: s0me1newithhand7s --- nix/unwrapped.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/unwrapped.nix b/nix/unwrapped.nix index dfac4a280..c1091d775 100644 --- a/nix/unwrapped.nix +++ b/nix/unwrapped.nix @@ -14,6 +14,7 @@ tomlplusplus, ghc_filesystem, libarchive, + pkg-config, darwin, gamemode, nix-filter, @@ -67,6 +68,7 @@ in kdePackages.quazip libarchive tomlplusplus + pkg-config qrencode zlib ]