dialect: fix cross compilation

This commit is contained in:
Colin 2025-05-02 05:43:21 +00:00
parent 032bc6539b
commit a738b32c8f

View file

@ -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 { };