Commit Graph

8 Commits

Author SHA1 Message Date
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Artturin
7db833f6e7
Merge pull request #292809 from NixyJuppie/spotify-tray-wayland-fix
spotify-tray: fix crash on wayland
2024-07-13 23:16:14 +03:00
Michael Hoang
eb725313bc treewide: remove Enzime 2024-07-09 14:32:33 +10:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
NixyJuppie
9fa2fdf3b3
spotify-tray: fix crash on wayland
Fixes the `No X11 display found` error at launch when using Wayland
2024-03-02 16:02:44 +01:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Michael Hoang
6ab503ec56 spotify-tray: fix building with Automake 1.16.5 2022-01-30 19:00:17 +11:00
Michael Hoang
9f9158362e spotify-tray: init at 1.3.2 2021-12-19 02:01:09 +11:00