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