/srfi/

aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nim.scm
AgeCommit message (Collapse)Author
2023-06-06gnu: nim: Update to 1.6.12.Gruruya
Without the attached patch, Nim is broken on Guix as it searches for its stdlib in /lib while it was placed in /lib/nim. * gnu/packages/nim.scm (nim): Update to 1.6.12. [arguments]: In 'patch-installer phase install stdlib source to the right directory. In 'patch-more-shebangs phase edit substitute* to point to the new osproc source. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-03gnu: nim: Enable parallel building.Efraim Flashner
* gnu/packages/nim.scm (nim)[arguments]: Adjust custom 'build phase to add parallel flag. [native-inputs]: Add parallel.
2022-08-03gnu: nim: Patch dynamically loaded libraries.Efraim Flashner
* 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.
2022-08-03gnu: nim: Prepare for running tests.Efraim Flashner
* gnu/packages/nim.scm (nim)[arguments]: Replace default 'check phase. [native-inputs]: Add nss-certs.
2022-08-03gnu: nim: Install shell completions.Efraim Flashner
* gnu/packages/nim.scm (nim)[arguments]: Add custom 'install-completions phase to install shell completion scripts.
2022-08-03gnu: nim: Build and install nimble.Trevor Richards
* 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>
2022-07-03gnu: nim: Update to 1.6.6.Trevor Richards
* gnu/packages/nim.scm (nim): Updated to 1.6.6. Signed-off-by: Christopher Baines <mail@cbaines.net>