Age | Commit message (Collapse) | Author |
|
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>
|
|
* gnu/packages/nim.scm (nim)[arguments]: Adjust custom 'build phase to
add parallel flag.
[native-inputs]: Add parallel.
|
|
* 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/packages/nim.scm (nim)[arguments]: Replace default 'check phase.
[native-inputs]: Add nss-certs.
|
|
* gnu/packages/nim.scm (nim)[arguments]: Add custom 'install-completions
phase to install shell completion scripts.
|
|
* 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/packages/nim.scm (nim): Updated to 1.6.6.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/nim.scm(nim): Update to 1.6.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/nim.scm (nim): Update to 1.4.6.
|
|
* gnu/packages/nim.scm (nim): Update to 1.4.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/nim.scm (nim)[arguments]: Provide explicit destination in calls
to FORMAT.
|
|
* gnu/packages/nim.scm (nim): Update to 1.0.6.
|
|
* gnu/packages/nim.scm (nim)[arguments]: Patch the string length too.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/nim.scm (nim)[arguments]: Substitute INVOKE for SYSTEM*.
|
|
* gnu/packages/nim.scm (nim): Update to 0.17.2.
|
|
* gnu/packages/nim.scm (nim): Update to 0.17.0.
[source, home-page]: Use https.
[arguments]: Patch more shebangs, use custom build phase.
|
|
* gnu/packages/nim.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add nim.scm.
|