27 stdenv.mkDerivation rec {
31 src = fetchFromGitHub {
35 hash = "sha256-F875e/VZyN8mTfe9lgjtILNxMqn+66XoPCdaEUagHyU=";
38 cargoDeps = rustPlatform.fetchCargoTarball {
40 name = "${pname}-${version}";
41 hash = "sha256-45Rqs2/tSWoyZVjFuygR5SxldjoqpprtOKEnMqJK+p8=";
51 gtk4 # for gtk-update-icon-cache
52 glib # for glib-compile-schemas
56 rustPlatform.cargoSetupHook
63 gst_all_1.gst-plugins-base
72 # https://github.com/xou816/spot/issues/313
73 mesonBuildType = "release";
76 updateScript = nix-update-script { };
80 description = "Native Spotify client for the GNOME desktop";
81 homepage = "https://github.com/xou816/spot";
82 changelog = "https://github.com/xou816/spot/releases/tag/${src.rev}";
83 license = lib.licenses.mit;
84 maintainers = with lib.maintainers; [ getchoo ];
86 platforms = lib.platforms.linux;