about summary refs log tree commit diff
path: root/pkgs/applications/misc/kord
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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-02-27kord: fix build due to changed compiler featuresManuel Frischknecht1-0/+12
The rust feature `no_coverage` has been replaced by one called `coverage_attribute` (and respective `#[no_coverage]` declarations must now be annotated as `#[coverage(off)]`. Because of this, the build of `kord` fails on current versions of the Rust compiler. Upstream has already resolved these issues [1], but there haven't been any new releases since these fixes have been committed to trunk. This change pulls the respective patch in using `fetchpatch` for now -- this patch should be removable with the next release. [1]: https://github.com/twitchax/kord/commit/fa9bb979b17d77f54812a915657c3121f76c5d82
2023-06-29kord: fix darwin buildMario Rodas1-2/+7
2023-06-20kord: 0.5.16 -> 0.6.1kidsan2-3/+3
2023-05-03kord: 0.4.2 -> 0.5.16kidsan2-3/+3582
2023-01-16kord: init at 0.4.2kidsan1-0/+33