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.
This commit is contained in:
Peter3579
2025-04-12 22:49:39 +02:00
parent 8b4ff7b908
commit f747683dff
+2
View File
@@ -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 [