about summary refs log tree commit diff
path: root/pkgs/applications/audio/spotifyd
AgeCommit message (Collapse)AuthorFilesLines
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2021-03-05spotifyd: remove ? nullSandro Jäckel1-4/+4
2021-03-05spotifyd: 0.3.0 -> 0.3.2Mario Rodas1-5/+6
2021-02-24spotifyd: changing rustPackages versionJoshua Campbell1-3/+3
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-17spotifyd: 0.2.24 -> 0.3.0Mario Rodas1-8/+5
https://github.com/Spotifyd/spotifyd/releases/tag/v0.3.0
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-5/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-06spotifyd: workaround panic with older rust versionAndreas Rammhold1-2/+5
rust >= 1.48 causes a panic within spotifyd on music playback. As long as there is no upstream fix for the issue we use an older version of rust. Upstream issue: https://github.com/Spotifyd/spotifyd/issues/719
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko1-1/+1
2020-04-17spotifyd: add withMpris and withKeyring optionalsBruno Bigras1-2/+6
2020-02-15rust: update docs on legacyCargoFetcher; remove unnecessary defaultsBenjamin Hipple1-2/+0
As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified is now `false`.
2020-02-14spotifyd: use new cargo fetcher, fix buildMaximilian Bosch1-3/+2
https://hydra.nixos.org/build/112753750
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2020-01-27spotifyd: 0.2.23 -> 0.2.24Anders Lundstedt1-3/+3
2020-01-13spotifyd: 0.2.20 -> 0.2.23Anders Lundstedt1-3/+3
2019-11-24spotifyd: add filalex77 to maintainersOleksii Filonenko1-1/+1
2019-11-24spotifyd: 0.2.19 -> 0.2.20Oleksii Filonenko1-3/+3
2019-10-07spotifyd: add marsam as maintainerMario Rodas1-1/+1
2019-10-07spotifyd: 0.2.18 -> 0.2.19Mario Rodas1-3/+3
2019-10-05spotifyd: 0.2.16 -> 0.2.18Mario Rodas1-2/+2
2019-09-28spotifyd: 0.2.14 -> 0.2.16Anders Lundstedt1-3/+3
2019-09-21spotifyd: 0.2.11 -> 0.2.14Mario Rodas1-4/+6
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-07spotifyd: update cargoSha256 hash (#66233)Benjamin1-1/+1
When installing, the Cargo package hash is incorrect. This has been updated, and works locally.
2019-07-21spotifyd: init at 0.2.11Anders Lundstedt1-0/+40