diff --git a/home/gui/default.nix b/home/gui/default.nix index 1b803b8..d11a55d 100644 --- a/home/gui/default.nix +++ b/home/gui/default.nix @@ -15,7 +15,6 @@ in home.packages = with pkgs; [ cdrtools ffmpeg - gnucash handbrake libtheora makemkv @@ -45,5 +44,10 @@ in bitwarden onlyoffice-bin zoom-us + ]) ++ + + ( excludes ["aarch64-darwin" "x86_64-darwin"] + [ + gnucash ]); } diff --git a/overlays/xonsh-vox.nix b/overlays/xonsh-vox.nix index 6a458fe..4b7802e 100644 --- a/overlays/xonsh-vox.nix +++ b/overlays/xonsh-vox.nix @@ -22,6 +22,8 @@ buildPythonPackage rec { maintainers = []; }; + patchPhase = "sed -i -e 's/^dependencies.*$/dependencies = []/' pyproject.toml"; + doCheck = false; nativeBuildInputs = [