From 96e7ccfb67224334efd856f5822674fcde1306db Mon Sep 17 00:00:00 2001 From: greg-compass Date: Fri, 30 Jun 2023 23:41:46 -0500 Subject: [PATCH] Update xontrib-vox --- home/gui/default.nix | 6 +++++- overlays/xonsh-vox.nix | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 = [