about summary refs log tree commit diff
path: root/pkgs/tools/misc/units
AgeCommit message (Collapse)AuthorFilesLines
2021-03-14units: 2.19 -> 2.21R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-28units: Add units_cur python script to $outDoron Behar1-2/+26
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-23units: 2.18 -> 2.19R. 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/units/versions
2018-10-23units: 2.17 -> 2.18R. 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/units/versions
2018-06-27units: 2.16 -> 2.17R. 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/units/versions. These checks were done: - built on NixOS - /nix/store/31sfwbmnw4vpchikbc0fv88hwqa6j7pk-units-2.17/bin/units passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 2.17 with grep in /nix/store/31sfwbmnw4vpchikbc0fv88hwqa6j7pk-units-2.17 - directory tree listing: https://gist.github.com/9398a46bc8272d0edd66c877ba0cd160 - du listing: https://gist.github.com/d78a308aacca7211f8470bf140a8c773
2018-01-28units: 2.14 -> 2.16Franz Pletz1-2/+2
2017-04-20units: 2.13 -> 2.14Mesh331-2/+2
2016-06-23units: 2.12 -> 2.13Rahul Gopinath1-3/+4
2015-12-14units: add readline dependencyRobert Helgesson1-3/+10
The dependency on `readline` is for tab-completion support. This commit also enables tests and adds meta information.
2015-10-20pkgs.units: 2.11 -> 2.12Lancelot SIX1-4/+5
See http://lists.gnu.org/archive/html/info-gnu/2015-10/msg00006.html
2014-10-08units: update from 2.10 to 2.11Aristid Breitkreuz1-3/+3
2014-04-03units: update from 2.02 to 2.10Evgeny Egorochkin1-3/+4
2013-12-16units: update from 1.86 to 2.02Nixpkgs Monitor1-3/+3
2013-10-06More description fixesBjørn Forsman1-1/+1
* Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
2013-07-14make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin1-1/+1
possible
2007-06-26Added some descriptions.Michael Raskin1-0/+4
svn path=/nixpkgs/trunk/; revision=8920
2007-06-20Added GNU units - unit conversion tool.Michael Raskin1-0/+9
svn path=/nixpkgs/trunk/; revision=8907