Remove mopidy-soundcloud overlay
This commit is contained in:
parent
5bb03a9137
commit
8b41227479
|
@ -9,17 +9,6 @@ let
|
||||||
++ [ python3.pkgs.yt-dlp python310Packages.ytmusicapi ];
|
++ [ python3.pkgs.yt-dlp python310Packages.ytmusicapi ];
|
||||||
});
|
});
|
||||||
soundcloud_token = builtins.readFile ../secrets/soundcloud_token;
|
soundcloud_token = builtins.readFile ../secrets/soundcloud_token;
|
||||||
latest-mopidy-soundcloud = mopidy-soundcloud.overrideAttrs (old: rec {
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "mopidy";
|
|
||||||
repo = "mopidy-soundcloud";
|
|
||||||
rev = "fc766b0bf17feb4fc989029b92a315a10ff453ee";
|
|
||||||
sha256 = "sha256-LftBbfs5KqqkhFQVZRh/AQKQQ+18x8RapRU1mTB7FD8=";
|
|
||||||
};
|
|
||||||
|
|
||||||
propagatedBuildInputs = old.propagatedBuildInputs
|
|
||||||
++ [ python3.pkgs.beautifulsoup4 ];
|
|
||||||
});
|
|
||||||
|
|
||||||
in {
|
in {
|
||||||
# Configure pipewire as sound server
|
# Configure pipewire as sound server
|
||||||
|
@ -53,7 +42,7 @@ in {
|
||||||
mopidy-youtube-yt_dlp
|
mopidy-youtube-yt_dlp
|
||||||
mopidy-bandcamp
|
mopidy-bandcamp
|
||||||
mopidy-somafm
|
mopidy-somafm
|
||||||
latest-mopidy-soundcloud
|
mopidy-soundcloud
|
||||||
];
|
];
|
||||||
configuration = ''
|
configuration = ''
|
||||||
[audio]
|
[audio]
|
||||||
|
|
Loading…
Reference in New Issue