summary refs log tree commit diff
path: root/pkgs/applications/science/math/lrcalc
Commit message (Collapse)AuthorAge
* lrcalc: 1.2 -> 2.1Mauricio Collares2022-05-15
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* maintainers: create sage teamTimo Kaufmann2020-11-18
| | | | | | | | Maintaining all the packages whose updates might break some aspect of sage. For reference: https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: mark packages as buildable on darwin (PR #45364)Vladimír Čunát2019-09-15
| | | | vcunat amended the commit a bit; see the PR for details/discussion.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* lrcalc: init at 1.2 (#38755)Timo Kaufmann2018-04-19