Commit 14aefbb1 authored by Colin's avatar Colin
Browse files

wike: fix cross compilation

parent 2d3ffea1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, meson
, ninja
, pkg-config
, pkgsCross
, appstream-glib
, desktop-file-utils
, gobject-introspection
@@ -62,8 +63,14 @@ python3.pkgs.buildPythonApplication rec {
  dontWrapGApps = true;
  preFixup = ''
    makeWrapperArgs+=("''${gappsWrapperArgs[@]}")

    patchShebangs --update $out/share/wike/wike-sp
  '';

  passthru = {
    tests.cross = pkgsCross.aarch64-multiplatform.wike;
  };

  meta = with lib; {
    description = "Wikipedia Reader for the GNOME Desktop";
    homepage = "https://github.com/hugolabe/Wike";