Update xontrib-vox

This commit is contained in:
greg-compass
2023-08-14 01:13:55 -05:00
parent 9369ed69a2
commit 96e7ccfb67
2 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -15,7 +15,6 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
cdrtools cdrtools
ffmpeg ffmpeg
gnucash
handbrake handbrake
libtheora libtheora
makemkv makemkv
@@ -45,5 +44,10 @@ in
bitwarden bitwarden
onlyoffice-bin onlyoffice-bin
zoom-us zoom-us
]) ++
( excludes ["aarch64-darwin" "x86_64-darwin"]
[
gnucash
]); ]);
} }
+2
View File
@@ -22,6 +22,8 @@ buildPythonPackage rec {
maintainers = []; maintainers = [];
}; };
patchPhase = "sed -i -e 's/^dependencies.*$/dependencies = []/' pyproject.toml";
doCheck = false; doCheck = false;
nativeBuildInputs = [ nativeBuildInputs = [