Commit Graph

6 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
Robert Schütz
8842051f99 pdfmixtool: fix build
apply https://gitlab.com/scarpetta/pdfmixtool/-/merge_requests/14
2024-02-02 12:59:14 -08:00
Gabriel Dougherty
1a032cd8e7 pdfmixtool: 1.1 -> 1.1.1 2023-03-09 11:04:43 -05:00
Florian Brandes
83df2f2a9f pdfmixtool: 1.0.2 -> 1.1
- add patch to fix build with newer qpdf version

tracked upstream https://gitlab.com/scarpetta/pdfmixtool/-/issues/81

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-09-27 10:24:04 +02:00
Jonas Heinrich
868501bc9b
pdfmixtool: init at 1.0.2 2021-08-05 06:54:10 +02:00