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:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user