about summary refs log tree commit diff
path: root/pkgs/tools/audio/mpris-scrobbler
AgeCommit message (Collapse)AuthorFilesLines
2023-04-25mpris-scrobbler: add ListenBrainz to the desc.toastal1-1/+1
The project’s online manpage (https://www.mankier.com/1/mpris-scrobbler) mentions ListenBrainz before the other services.
2023-02-22treewide: manual fixups forArtturin1-2/+2
treewide: use toString on list NIX_CFLAGS_COMPILE treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2023-01-27treewide: add gcc12 flagsFabián Heredia Montiel1-2/+5
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-11-28mpris-scrobbler: 0.4.95 -> 0.5.0Weijia Wang1-7/+24
2022-04-18mpris-scrobbler: 0.4.90 -> 0.4.95R. Ryantm1-2/+2
2022-04-13mpris-scrobbler: 0.4.0.1 -> 0.4.90R. Ryantm1-2/+2
2022-02-06mpris-scrobbler: mark as broken on darwinDmitry Kalinkin1-3/+4
2021-02-01treewide: xdg_utils -> xdg-utilsBen Siraphob1-2/+2
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
2021-01-07mpris-scrobbler: init at 0.4.0.1Rouven Czerwinski1-0/+60
Minimalistic scrobbler using the the MPRIS specification to scrobble to libre.fm and last.fm.