Commit f747683d authored by Peter3579's avatar Peter3579
Browse files

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.
parent 8b4ff7b9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 [