about summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify-player
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-25spotify-player: 0.18.1 -> 0.18.2R. Ryantm1-3/+3
2024-04-28spotify-player: 0.17.2 -> 0.18.1R. Ryantm1-3/+3
2024-03-29spotify-player: 0.17.1 -> 0.17.2R. Ryantm1-3/+3
2024-03-13spotify-player: 0.17.0 -> 0.17.1R. Ryantm1-3/+3
2024-03-04spotify-player: 0.16.3 -> 0.17.0R. Ryantm1-3/+3
2024-01-05spotify-player: 0.15.2 -> 0.16.3R. Ryantm1-3/+3
2023-10-04spotify-player: 0.15.0 -> 0.15.2R. Ryantm1-3/+3
2023-09-09spotify-player: Fix darwin supportJohn Hamelink1-1/+1
By requiring alsa-lib as a dependency when using Rodio, this package would not build under MacOS, since its alsa-lib dependency does not support MacOS. The alsa-lib dependency is only necessary for Linux compilation, so add a check for Linux.
2023-09-03Fix build spotify_player for macosTom Cammann1-1/+19
- Add require Apple SDK libraries - Fix dynamic linking to the sixel lib - Only include alsa for linux builds, as this is not supported on MacOS
2023-08-20spotify-player: make build options configurableXyven11-17/+41
Surface rust build features as configurations in nixpkgs, update description to better match the applications use, add xyven1 as maintainer.
2023-08-13spotify-player: 0.14.1 -> 0.15.0R. Ryantm1-3/+3
2023-06-03spotify-player: 0.13.1 -> 0.14.1Mostly Void1-3/+9
2023-04-09spotify-player: 0.12.1 -> 0.13.1R. Ryantm1-3/+3
2023-03-14spotify-player: add changelog to emtaFabian Affolter1-2/+3
2023-03-14spotify-player: 0.12.0 -> 0.12.1R. Ryantm1-3/+3
2023-02-22spotify-player: 0.11.1 -> 0.12.0R. Ryantm1-3/+3
2023-02-07spotify-player: 0.10.0 -> 0.11.1R. Ryantm1-3/+3
2023-01-31spotify-player: add meta.mainProgramMostly Void1-0/+1
2023-01-30spotify-player: init at 0.10.0Mostly Void1-0/+52