summaryrefslogtreecommitdiff
path: root/gnu/packages/nim.scm
Commit message (Collapse)AuthorAge
* gnu: nim: Enable parallel building.Efraim Flashner2022-08-03
| | | | | | * gnu/packages/nim.scm (nim)[arguments]: Adjust custom 'build phase to add parallel flag. [native-inputs]: Add parallel.
* gnu: nim: Patch dynamically loaded libraries.Efraim Flashner2022-08-03
| | | | | | | * gnu/packages/nim.scm (nim)[arguments]: Add custom 'patch-dynamic-libraries phase to patch some dynamically loaded libraries. [inputs]: Add libgc, openssl, pcre and sqlite.
* gnu: nim: Prepare for running tests.Efraim Flashner2022-08-03
| | | | | * gnu/packages/nim.scm (nim)[arguments]: Replace default 'check phase. [native-inputs]: Add nss-certs.
* gnu: nim: Install shell completions.Efraim Flashner2022-08-03
| | | | | * gnu/packages/nim.scm (nim)[arguments]: Add custom 'install-completions phase to install shell completion scripts.
* gnu: nim: Build and install nimble.Trevor Richards2022-08-03
| | | | | | | | * gnu/packages/nim.scm (nim)[arguments]: Adjust custom 'patch-installer, 'patch-more-shebangs, 'build and 'install phases to build and install nimble and associated helper binaries. Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: nim: Update to 1.6.6.Trevor Richards2022-07-03
| | | | | | * gnu/packages/nim.scm (nim): Updated to 1.6.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Update nim to 1.6.2.(unmatched-parenthesis via Guix-patches via2022-01-23
| | | | | | * gnu/packages/nim.scm(nim): Update to 1.6.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: nim: Update to 1.4.6.Tobias Geerinckx-Rice2021-05-02
| | | | * gnu/packages/nim.scm (nim): Update to 1.4.6.
* gnu: nim: Update to 1.4.2.Yuriy Glukhov2021-02-11
| | | | | | * gnu/packages/nim.scm (nim): Update to 1.4.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: nim: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | * gnu/packages/nim.scm (nim)[arguments]: Provide explicit destination in calls to FORMAT.
* gnu: nim: Update to 1.0.6.Tanguy Le Carrour2020-02-21
| | | | * gnu/packages/nim.scm (nim): Update to 1.0.6.
* gnu: nim: Fix /bin/sh substitution in C code.Jakub Kądziołka2020-01-21
| | | | | | * gnu/packages/nim.scm (nim)[arguments]: Patch the string length too. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: nim: Use INVOKE.Tobias Geerinckx-Rice2018-02-08
| | | | * gnu/packages/nim.scm (nim)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: nim: Update to 0.17.2.Tobias Geerinckx-Rice2018-02-08
| | | | * gnu/packages/nim.scm (nim): Update to 0.17.2.
* gnu: nim: Update to 0.17.0.Efraim Flashner2017-08-07
| | | | | | * gnu/packages/nim.scm (nim): Update to 0.17.0. [source, home-page]: Use https. [arguments]: Patch more shebangs, use custom build phase.
* gnu: Add nim.José Miguel Sánchez García2017-01-09
* gnu/packages/nim.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add nim.scm.