dialect: fix cross compilation (#403545)

This commit is contained in:
Aleksana
2025-05-02 19:23:14 +08:00
committed by GitHub
+5 -2
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 { };