From bd0d5449c00e16d6361d3f13519562c2083e6766 Mon Sep 17 00:00:00 2001 From: BENDI Date: Thu, 31 Jul 2025 19:53:02 +0200 Subject: [PATCH] freac: Fix crash when selecting output folder When trying to select an output directory, the program crashes with `(freac:353602): GLib-GIO-ERROR **: 19:36:13.261: No GSettings schemas are installed on the system`. Adding `wrapGAppsHook3` to `buildInputs` fixes this. --- pkgs/by-name/fr/freac/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/fr/freac/package.nix b/pkgs/by-name/fr/freac/package.nix index 15f374baf8bb..7e65b0f43e88 100644 --- a/pkgs/by-name/fr/freac/package.nix +++ b/pkgs/by-name/fr/freac/package.nix @@ -6,6 +6,7 @@ boca, smooth, systemd, + wrapGAppsHook3, }: stdenv.mkDerivation rec { @@ -23,6 +24,7 @@ stdenv.mkDerivation rec { boca smooth systemd + wrapGAppsHook3 ]; makeFlags = [