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; [
cdrtools
ffmpeg
gnucash
handbrake
libtheora
makemkv
@@ -45,5 +44,10 @@ in
bitwarden
onlyoffice-bin
zoom-us
]) ++
( excludes ["aarch64-darwin" "x86_64-darwin"]
[
gnucash
]);
}
+2
View File
@@ -22,6 +22,8 @@ buildPythonPackage rec {
maintainers = [];
};
patchPhase = "sed -i -e 's/^dependencies.*$/dependencies = []/' pyproject.toml";
doCheck = false;
nativeBuildInputs = [