Age | Commit message (Expand) | Author |
2021-08-31 | gnu: global: Add ctags support....* gnu/packages/code.scm (global)[inputs]: Add bash-minimal,
universal-ctags, python-pygments.
[arguments]: Add configure-flags to find ctags. Add phases to install
plugins and to wrap python script with PYTHONPATH.
| Efraim Flashner |
2021-07-29 | gnu: web: Move libyaml and libcyaml to (gnu packages serialization)....Files to be adjusted were searched with the following command:
$ git ls-files | xargs grep -l -E ',libc?yaml' | \
xargs grep -L '(gnu packages serialization)'
* gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to...
* gnu/packages/serialization.scm: ... here.
| Maxim Cournoyer |
2021-07-28 | gnu: global: Update to 6.6.7....* gnu/packages/code.scm (global): Update to 6.6.7.
| Efraim Flashner |
2021-07-28 | gnu: global: Fix lisp install dir....* gnu/packages/code.scm (global)[arguments]: Adjust custom 'post-install
phase to move emacs files to the correct directory.
| Efraim Flashner |
2021-05-18 | gnu: universal-ctags: Update to 5.9.20210509.0....* gnu/packages/code.scm (universal-ctags): Update to 5.9.20210509.0.
[source](snippet): Adjust unbundling substitution.
[arguments]: Add #:test-target. Patch more files before bootstrapping.
Remove trailing #t's.
[native-inputs]: Use PACKCC instead of an ad-hoc fork.
| Marius Bakke |
2021-05-02 | gnu: global: Update to 6.6.6....* gnu/packages/code.scm (global): Update to 6.6.6.
| Tobias Geerinckx-Rice |
2021-05-02 | gnu: cloc: Update to 1.90....* gnu/packages/code.scm (cloc): Update to 1.90.
| Tobias Geerinckx-Rice |
2021-04-28 | gnu: global: Fix cross compiling....Coreutils was removed during patch review erroneously.
Reported by Maxime Devos <maximedevos@telenet.be>.
* gnu/packages/code.scm (global)[inputs]: Add coreutils.
| Efraim Flashner |
2021-04-28 | gnu: global: Fix globash....* gnu/packages/code.scm (global)[arguments]: Add 'fix-globash phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| luhui |
2021-04-05 | gnu: sloccount: Update source URL....* gnu/packages/code.scm (sloccount)[source, home-page]: Update.
| Ludovic Courtès |