Unverified Commit 5eb095af authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

dialect: fix cross compilation (#403545)

parents bf2d0fcd a738b32c
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 { };