about summary refs log tree commit diff
path: root/pkgs/tools/text/aha
AgeCommit message (Collapse)AuthorFilesLines
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.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-13aha: enable on darwinMario Rodas1-1/+1
2020-08-13aha: 0.5 -> 0.5.1R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-10aha: 0.4.10.6 -> 0.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/aha/versions
2018-07-16aha: add myself (pSub) as maintainerPascal Wittmann1-0/+1
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2017-05-23aha: 0.4.10.2 -> 0.4.10.6Robin Gloster1-2/+2
2016-11-15aha: 0.4.10.1 -> 0.4.10.2Tobias Geerinckx-Rice1-2/+2
2016-11-14aha: 0.4.9 -> 0.4.10.1Tobias Geerinckx-Rice1-2/+2
2016-08-04aha: 0.4.8 -> 0.4.9Tobias Geerinckx-Rice1-2/+2
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-3/+2
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2015-11-26Convert some *Flags from strings to listsTobias Geerinckx-Rice1-4/+4
2015-11-17Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann1-1/+1
2015-07-31Remove unnecessary rec{s from "my" packagesTobias Geerinckx-Rice1-1/+1
2015-06-12aha: remove default GitHub downloadPageTobias Geerinckx-Rice1-1/+0
2015-04-28Add aha 0.4.8: quick & dirty ANSI-to-HTML converterTobias Geerinckx-Rice1-0/+30