feat: music stuff
This commit is contained in:
+10
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user