Commit graph

6 commits

Author SHA1 Message Date
aszlig 6134887bef
mpir: Build with C++ support
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
2018-04-28 12:41:37 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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
2017-08-01 22:03:30 +02:00
Michael Raskin 3589e08ac5 mpir: 2.7.2 -> 3.0.0 2017-03-09 18:47:37 +01:00
Robin Gloster 0f86750d1d
mpir: add patch to account for sed update 2017-01-20 00:15:53 +01:00
Eelco Dolstra 6042d6e39d Remove file named '\'
This looks like it was accidental.

Fixes #20253.
2016-11-09 12:52:56 +01:00
Michael Raskin 36d3038e3d mpir: init at 2.7.2 2016-10-26 11:06:31 +02:00