···42 homepage = "https://www.mopidy.com/";
43 description = ''
44 An extensible music server that plays music from local disk, Spotify,
45- SoundCloud, Google Play Music, and more
46 '';
47 license = licenses.asl20;
48 maintainers = [ maintainers.fpletz ];
···42 homepage = "https://www.mopidy.com/";
43 description = ''
44 An extensible music server that plays music from local disk, Spotify,
45+ SoundCloud, and more
46 '';
47 license = licenses.asl20;
48 maintainers = [ maintainers.fpletz ];
-45
pkgs/applications/audio/tuijam/default.nix
···1-{ buildPythonApplication
2-, fetchFromGitHub
3-, lib
4-, python3Packages
5-}:
6-7-buildPythonApplication rec {
8- pname = "tuijam";
9- version = "unstable-2020-06-05";
10-11- src = fetchFromGitHub {
12- owner = "cfangmeier";
13- repo = pname;
14- rev = "7baec6f6e80ee90da0d0363b430dd7d5695ff03b";
15- sha256 = "1l0s88jvj99jkxnczw5nfj78m8vihh29g815n4mg9jblad23mgx5";
16- };
17-18- buildInputs = [ python3Packages.Babel ];
19-20- # the package has no tests
21- doCheck = false;
22-23- propagatedBuildInputs = with python3Packages; [
24- gmusicapi
25- google-api-python-client
26- mpv
27- pydbus
28- pygobject3
29- pyyaml
30- requests
31- rsa
32- urwid
33- ];
34-35- meta = with lib; {
36- description = "A fancy TUI client for Google Play Music";
37- longDescription = ''
38- TUIJam seeks to make a simple, attractive, terminal-based interface to
39- listening to music for Google Play Music All-Access subscribers.
40- '';
41- homepage = "https://github.com/cfangmeier/tuijam";
42- license = licenses.mit;
43- maintainers = with maintainers; [ kalbasit ];
44- };
45-}
···260 goimports = gotools; # added 2018-09-16
261 gometalinter = throw "gometalinter was abandoned by upstream. Consider switching to golangci-lint instead"; # added 2020-04-23
262 google-gflags = gflags; # added 2019-07-25
000263 googleAuthenticator = google-authenticator; # added 2016-10-16
264 grantlee5 = libsForQt5.grantlee; # added 2015-12-19
265 gsettings_desktop_schemas = gsettings-desktop-schemas; # added 2018-02-25
···384 mcgrid = throw "mcgrid has been removed from nixpkgs, as it's not compatible with rivet 3"; # added 2020-05-23
385 mcomix = throw "mcomix has been removed from nixpkgs, as it's unmaintained; try mcomix3 a Python 3 fork"; # added 2019-12-10, modified 2020-11-25
386 mirage = throw "mirage has been femoved from nixpkgs, as it's unmaintained"; # added 2019-12-10
0387 mopidy-local-images = throw "mopidy-local-images has been removed as it's unmaintained. It's functionality has been merged into the mopidy-local extension."; # added 2020-10-18
388 mopidy-local-sqlite = throw "mopidy-local-sqlite has been removed as it's unmaintained. It's functionality has been merged into the mopidy-local extension."; # added 2020-10-18
389 mysql-client = hiPrio mariadb.client;
···731 trilium = throw "trilium has been removed. Please use trilium-desktop instead."; # added 2020-04-29
732 truecrypt = veracrypt; # added 2018-10-24
733 tshark = wireshark-cli; # added 2018-04-25
0734 uberwriter = apostrophe; # added 2020-04-23
735 ubootBeagleboneBlack = ubootAmx335xEVM; # added 2020-01-21
736 ucsFonts = ucs-fonts; # added 2016-07-15
···260 goimports = gotools; # added 2018-09-16
261 gometalinter = throw "gometalinter was abandoned by upstream. Consider switching to golangci-lint instead"; # added 2020-04-23
262 google-gflags = gflags; # added 2019-07-25
263+ google-music-scripts = throw "google-music-scripts has been removed because Google Play Music was discontinued"; # added 2021-03-07
264+ google-musicmanager = throw "google-musicmanager has been removed because Google Play Music was discontinued"; # added 2021-03-07
265+ google-play-music-desktop-player = throw "google-play-music-desktop-player has been removed because Google Play Music was discontinued"; # added 2021-03-07
266 googleAuthenticator = google-authenticator; # added 2016-10-16
267 grantlee5 = libsForQt5.grantlee; # added 2015-12-19
268 gsettings_desktop_schemas = gsettings-desktop-schemas; # added 2018-02-25
···387 mcgrid = throw "mcgrid has been removed from nixpkgs, as it's not compatible with rivet 3"; # added 2020-05-23
388 mcomix = throw "mcomix has been removed from nixpkgs, as it's unmaintained; try mcomix3 a Python 3 fork"; # added 2019-12-10, modified 2020-11-25
389 mirage = throw "mirage has been femoved from nixpkgs, as it's unmaintained"; # added 2019-12-10
390+ mopidy-gmusic = throw "mopidy-gmusic has been removed because Google Play Music was discontinued"; # added 2021-03-07
391 mopidy-local-images = throw "mopidy-local-images has been removed as it's unmaintained. It's functionality has been merged into the mopidy-local extension."; # added 2020-10-18
392 mopidy-local-sqlite = throw "mopidy-local-sqlite has been removed as it's unmaintained. It's functionality has been merged into the mopidy-local extension."; # added 2020-10-18
393 mysql-client = hiPrio mariadb.client;
···735 trilium = throw "trilium has been removed. Please use trilium-desktop instead."; # added 2020-04-29
736 truecrypt = veracrypt; # added 2018-10-24
737 tshark = wireshark-cli; # added 2018-04-25
738+ tuijam = throw "tuijam has been removed because Google Play Music was discontinued"; # added 2021-03-07
739 uberwriter = apostrophe; # added 2020-04-23
740 ubootBeagleboneBlack = ubootAmx335xEVM; # added 2020-01-21
741 ucsFonts = ucs-fonts; # added 2016-07-15