Commit a738b32c authored by Colin's avatar Colin
Browse files

dialect: fix cross compilation

parent 032bc653
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -68,10 +68,13 @@ python3.pkgs.buildPythonApplication rec {
    makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
  '';

  postFixup = ''
    patchShebangs --update --host $out/share/dialect/search_provider
  '';

  doCheck = false;

  # handle setup hooks better
  strictDeps = false;
  strictDeps = true;

  passthru.updateScript = nix-update-script { };