summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/mpir (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* mpir: fix build with clang 16•••Apply the patch from upstream, which fixes failing configure checks due to the use of implicitly defined `exit`. Randy Eckenrode2023-09-081-2/+11
* mpir: fix cross compilationNick Cao2022-12-301-1/+3
* treewide: remove all updateWalker/downloadURLRegexpFelix Buehler2022-01-261-1/+0
* various: cleanup of "inherit version;"Felix Buehler2021-07-171-1/+0
* mpir: fix darwinRobert T. McGibbon2021-05-111-1/+2
* mpir: Fix configureFlags to be arraypolygon2021-04-181-1/+1
* mpir: Change links to httpspolygon2021-04-181-3/+3
* Enable fat binaryjan2021-04-181-1/+1
* treewide: fix double quoted strings in meta.description•••Signed-off-by: Ben Siraphob <bensiraphob@gmail.com> volth2021-01-241-1/+1
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-211-4/+4
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* flint: Add darwin supportJake Waksbaum2018-08-131-1/+1
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* 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 aszlig2018-04-281-0/+2
* 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 Silvan Mosberger2017-08-011-1/+1
* mpir: 2.7.2 -> 3.0.0Michael Raskin2017-03-091-9/+4
* mpir: add patch to account for sed updateRobin Gloster2017-01-201-2/+11
* Remove file named '\'•••This looks like it was accidental. Fixes #20253. Eelco Dolstra2016-11-091-20/+0
* mpir: init at 2.7.2Michael Raskin2016-10-262-0/+40