12 elementary-icon-theme,
20 stdenv.mkDerivation rec {
21 pname = "elementary-music";
24 src = fetchFromGitHub {
28 sha256 = "sha256-pqOAeHTFWSoJqXE9UCUkVIy5T7EoYsieJ4PMU1oX9ko=";
57 # The GTK theme is hardcoded.
58 --prefix XDG_DATA_DIRS : "${elementary-gtk-theme}/share"
59 # The icon theme is hardcoded.
60 --prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS"
65 updateScript = nix-update-script { };
69 description = "Music player and library designed for elementary OS";
70 homepage = "https://github.com/elementary/music";
71 license = licenses.gpl3Plus;
72 platforms = platforms.linux;
73 maintainers = teams.pantheon.members;
74 mainProgram = "io.elementary.music";