Commit Graph

4 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
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-06-09 23:07:45 +02:00
Benjamin Edward Webb
3fae0e206d
dmenu-rs: 5.5.2 -> 5.5.3
See https://github.com/Shizcow/dmenu-rs/releases/tag/5.5.3

This upgrade fixes a couple bugs with the existing package.

See https://github.com/Shizcow/dmenu-rs/issues/53
and https://github.com/Shizcow/dmenu-rs/issues/62
2024-03-07 17:51:49 -06:00
Benjamin Edward Webb
5765305de2
dmenu-rs: fix issue 222351 and bump to 5.5.2
Fix the dmenu-rs package derivation, which was broken after changes to
the rustPlatform nixpkgs tooling. The issue linked below was
specifically raised on an early version of NixOS 23.05.

This is through no fault of those changes. In fact, the brittle hack in
the dmenu-rs derivation that broke can now be entirely removed because
of the very changes that broke them.

This commit also bumps dmenu-rs from 5.5.1 to 5.5.2. See upstream for
details on the changes.

See https://github.com/NixOS/nixpkgs/issues/222351
See https://github.com/NixOS/nixpkgs/pull/218472
See https://github.com/Shizcow/dmenu-rs
2023-03-29 09:39:09 -04:00
Benjamin Edward Webb
84edcb0b64
dmenu-rs: init at 5.5.1
dmenu-rs is a pixel perfect port of dmenu, rewritten in Rust with
extensive plugin support.

See: https://github.com/Shizcow/dmenu-rs
2022-12-19 23:24:35 -05:00