Update xontrib-vox
This commit is contained in:
@@ -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
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -22,6 +22,8 @@ buildPythonPackage rec {
|
||||
maintainers = [];
|
||||
};
|
||||
|
||||
patchPhase = "sed -i -e 's/^dependencies.*$/dependencies = []/' pyproject.toml";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user