feat: music stuff

This commit is contained in:
Anish Lakhwara
2025-05-03 22:45:42 -07:00
parent da5352d5d8
commit ba1d3b96ed
5 changed files with 18 additions and 10 deletions
+10 -1
View File
@@ -11,7 +11,16 @@
propagatedBuildInputs = prevAttrs.propagatedBuildInputs ++ [ final.python3.pkgs.jsonschema ]; # allow kobo sync stuff
});
mautrix-signal = prev.mautrix-signal.overrideAttrs (prevAttrs: rec {
buildInputs = prevAttrs.propagatedBuildInputs ++ [ final.python3.pkgs.aiosqlite ]; # We're using sqlite and upstream doesn't package this dependency
buildInputs = prevAttrs.buildInputs ++ [ final.python3.pkgs.aiosqlite ]; # We're using sqlite and upstream doesn't package this dependency
withGoolm = true;
});
# headphones is not very stable...
# this is fixed in newer commits, but no release has gone out
# patching whitespace with sed is insane
headphones = prev.headphones.overrideAttrs (prevAttrs: rec {
patchPhase = ''
sed -i '1395s/^\([[:space:]]*\).*/\1"cat": "3000",/' headphones/searcher.py
'';
});
wallabag = prev.wallabag.overrideAttrs (attrs: {