Commit Graph

8 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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Sandro Jäckel
e2c7a97fac cargo-ui: unpin libgit2 2024-02-29 18:54:37 +01:00
Matthias Beyer
3d1703e576
treewide: add matthiasbeyer to a bunch of packages (#248566) 2023-08-11 18:41:21 -04:00
figsoda
9672613382 cargo-ui: 0.3.2 -> 0.3.3
Changelog: https://github.com/slint-ui/cargo-ui/blob/v0.3.3/CHANGELOG.md
2023-05-04 10:37:09 -04:00
figsoda
e3e4dbd72e cargo-ui: unbreak on darwin 2022-10-19 00:34:50 -04:00
Artturin
61c3058bcb all-packages.nix: remove inherit (*xorg) *'s
using inherits in callPackage args is discouraged and doesn't splice
correctly
2022-10-14 20:48:09 +03:00
figsoda
be7e2b4ebb cargo-ui: init at 0.3.2 2022-09-18 22:40:20 -04:00