about summary refs log tree commit diff
path: root/pkgs/applications/misc/acpic
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
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.
2023-12-20acpic: fix buildMartin Weinelt1-3/+9
by using pep517 builder and relaxing pbr constraint
2023-07-29acpic: init at 1.0.0Alexandre Acebedo1-0/+29