summary refs log tree commit diff
path: root/pkgs/development/libraries/mpir
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* flint: Add darwin supportJake Waksbaum2018-08-13
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* mpir: Build with C++ supportaszlig2018-04-28
| | | | | | | | | | | | | | | | | | | | This is needed by Alkimia which I'm going to package soon as part of KMyMoney. I enabled this by default, because it doesn't increase the closure size a whole lot (only around 150 KiB): $ nix-store -q --size /nix/store/...old...-mpir-3.0.0 1223248 $ nix-store -q --size /nix/store/...new...-mpir-3.0.0 1377136 Introducing an option for enabling/disabling this is not worth it, because it doesn't conflict with anything and the size increase is the only drawback and we can still make it configurable if we want someday. Signed-off-by: aszlig <aszlig@nix.build> Cc: @7c6f434c
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* mpir: 2.7.2 -> 3.0.0Michael Raskin2017-03-09
|
* mpir: add patch to account for sed updateRobin Gloster2017-01-20
|
* Remove file named '\'Eelco Dolstra2016-11-09
| | | | | | This looks like it was accidental. Fixes #20253.
* mpir: init at 2.7.2Michael Raskin2016-10-26