From f747683dffca4c51d00efe108d52dddbdc8ad5f3 Mon Sep 17 00:00:00 2001 From: Peter3579 <170885528+Peter3579@users.noreply.github.com> Date: Sat, 12 Apr 2025 22:49:39 +0200 Subject: [PATCH] wxhexeditor: fix build dependency The program coredumps with message: `GLib-GIO-ERROR **: No GSettings schemas are installed on the system`. Since `wxGTK32` is nativeBuildInput, `wrapGAppsHook3` is also needed. --- pkgs/by-name/wx/wxhexeditor/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/wx/wxhexeditor/package.nix b/pkgs/by-name/wx/wxhexeditor/package.nix index e581b8c50ba8..22a01f1d7bef 100644 --- a/pkgs/by-name/wx/wxhexeditor/package.nix +++ b/pkgs/by-name/wx/wxhexeditor/package.nix @@ -9,6 +9,7 @@ libtool, python3, wxGTK32, + wrapGAppsHook3, llvmPackages, }: @@ -52,6 +53,7 @@ stdenv.mkDerivation rec { libtool python3 wxGTK32 + wrapGAppsHook3 ]; buildInputs = lib.optionals stdenv.cc.isClang [