Age | Commit message (Expand) | Author |
2023-02-16 | gnu: Remove unneeded module imports....* gnu/packages/abiword.scm,
* gnu/packages/ada.scm,
* gnu/packages/agda.scm,
* gnu/packages/backup.scm,
* gnu/packages/barrier.scm,
* gnu/packages/bioinformatics.scm,
* gnu/packages/bootstrap.scm,
* gnu/packages/bqn.scm,
* gnu/packages/c.scm,
* gnu/packages/chemistry.scm,
* gnu/packages/coq.scm,
* gnu/packages/cross-base.scm,
* gnu/packages/databases.scm,
* gnu/packages/emacs-xyz.scm,
* gnu/packages/enlightenment.scm,
* gnu/packages/games.scm,
* gnu/packages/geo.scm,
* gnu/packages/ghostscript.scm,
* gnu/packages/gl.scm,
* gnu/packages/golang.scm,
* gnu/packages/jami.scm,
* gnu/packages/java-maths.scm,
* gnu/packages/kde-frameworks.scm,
* gnu/packages/kde-plasma.scm,
* gnu/packages/language.scm,
* gnu/packages/libreoffice.scm,
* gnu/packages/linphone.scm,
* gnu/packages/lisp.scm,
* gnu/packages/llvm.scm,
* gnu/packages/machine-learning.scm,
* gnu/packages/minetest.scm,
* gnu/packages/monitoring.scm,
* gnu/packages/nfs.scm,
* gnu/packages/ocr.scm,
* gnu/packages/opencl.scm,
* gnu/packages/pdf.scm,
* gnu/packages/python-xyz.scm,
* gnu/packages/racket.scm,
* gnu/packages/rust.scm,
* gnu/packages/syncthing.scm,
* gnu/packages/syndication.scm,
* gnu/packages/telegram.scm,
* gnu/packages/vulkan.scm,
* gnu/packages/web-browsers.scm,
* gnu/packages/web.scm,
* gnu/packages/webkit.scm: Remove some unecessary module imports.
| Efraim Flashner |
2023-02-07 | gnu: janet: Update to 1.26.0....* gnu/packages/lisp.scm (janet): Update to 1.26.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| jgart |
2023-01-25 | gnu: txr: Update to 284....* gnu/packages/lisp.scm (txr): Update to 284.
| Guillaume Le Vaillant |
2022-12-12 | gnu: eisl: Update to 2.65....* gnu/packages/lisp.scm (eisl): Update to 2.65.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Joeke de Graaf |
2022-11-29 | gnu: sbcl: Update to 2.2.11....* gnu/packages/lisp.scm (sbcl): Update to 2.2.11.
| Pierre Neidhardt |
2022-11-19 | gnu: sbcl: Fix build on aarch64....sbcl 2.2.10 currently doesn't build on aarch64. Upstream has fixed the
issue (https://bugs.launchpad.net/sbcl/+bug/1996942), but this patch is
needed until the next release.
* gnu/packages/patches/sbcl-fix-build-on-arm64-with-clisp-as-host.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lisp.scm (sbcl)[source]: Use it.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Andrew Patterson |
2022-11-12 | gnu: Add carp....* gnu/packages/lisp.scm (carp): New variable.
Co-authored-by: ( <paren@disroot.org>
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| jgart |
2022-11-12 | Revert "teams: Add Raghav Gururajan."...This reverts commit 56aebf7f7cbb3781c3f470902f43b361f85cba3e.
| Raghav Gururajan |
2022-11-12 | teams: Add Raghav Gururajan....* etc/teams.scm.in: Add Raghav Gururajan.
| Raghav Gururajan |
2022-11-03 | gnu: janet: Update to 1.25.1....* gnu/packages/lisp.scm (janet): Update to 1.25.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| jgart |
2022-11-03 | gnu: sbcl: Remove obsolete fix-shared-library-makefile phase....* gnu/packages/lisp.scm (sbcl)[arguments]: Remove phase since "cc" has been
replace by "CC" upstream.
| Pierre Neidhardt |
2022-10-31 | gnu: sbcl: Update to 2.2.10....* gnu/packages/lisp.scm (sbcl): Update to 2.2.10.
[arguments]: Remove obsolete fix from 'build-doc' phase.
| Guillaume Le Vaillant |
2022-09-18 | gnu: txr: Update to 282....* gnu/packages/lisp.scm (txr): Update to 282.
| Guillaume Le Vaillant |
2022-09-18 | gnu: eisl: Update to 2.63....* gnu/packages/lisp.scm (eisl): Update to 2.63.
| Guillaume Le Vaillant |
2022-09-14 | gnu: txr: Update to 281....* gnu/packages/lisp.scm (txr): Update to 281.
| Guillaume Le Vaillant |
2022-09-11 | gnu: janet: Update to 1.24.1....* gnu/packages/lisp.scm (janet): Update to 1.24.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-09-03 | gnu: Add eisl....* gnu/packages/lisp.scm (eisl): New variable.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
| Joeke de Graaf |
2022-08-19 | gnu: janet: Update to 1.24.0....* gnu/packages/lisp.scm (janet): Update to 1.24.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| jgart |
2022-08-12 | gnu: txr: Update to 280....* gnu/packages/lisp.scm (txr): Update to 280.
| Guillaume Le Vaillant |
2022-07-12 | gnu: sbcl: Fix building on powerpc-linux....* gnu/packages/lisp.scm (sbcl)[native-inputs]: Remove clisp, add ecl.
[arguments]: In custom 'build phase replace 'clisp' with 'ecl' for
powerpc-linux and adjust the dynamic-space-size to closer to the maximum
RAM for the architecture.
| Efraim Flashner |
2022-07-12 | gnu: sbcl: Fix building on armhf-linux....* gnu/packages/lisp.scm (sbcl)[arguments]: When building for armhf-linux
add a phase to remove build optimizations targeting armv5.
| Efraim Flashner |
2022-07-08 | gnu: sbcl: Remove Coreutils reference from closure....* gnu/packages/lisp.scm (sbcl)[arguments]: Add phase to do it.
This shrinks SBCL from 167MiB to 150MiB.
Most importantly, this propagates to all sbcl-* packages.
| Pierre Neidhardt |
2022-07-06 | gnu: txr: Install vim syntax files....* gnu/packages/lisp.scm (txr)[arguments]: Add phase to install vim
syntax files.
| Efraim Flashner |
2022-07-06 | gnu: txr: Update to 278....* gnu/packages/lisp.scm (txr): Update to 278.
[source]: Use 'https' in url.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Paul A. Patience |
2022-07-03 | gnu: sbcl: Disable SB-SIMD module....SB-SIMD gets enabled only on x86_64 CPUs supporting AVX2 instructions,
and some x86_64 CPUs don't.
Fixes <https://issues.guix.gnu.org/56353>.
Reported by Wensheng Xie <xiewensheng@hotmail.com>.
* gnu/packages/lisp.scm (sbcl)[arguments]: Disable SB-SIMD in the 'build' and
'build-doc' phases.
| Guillaume Le Vaillant |
2022-06-30 | gnu: sbcl: Enable sb-gmp, sb-mpfr and install shared library....* gnu/packages/lisp.scm (sbcl)[inputs]: Add gmp, mpfr.
[arguments]: Fix shared library makefile.
Fix contrib references to gmp and mpfr.
Add phase to build shared library.
Add phase to install shared library.
| Pierre Neidhardt |
2022-06-30 | gnu: sbcl: Fix build on some architectures....* gnu/packages/lisp.scm (sbcl)[arguments]: Update 'build-doc' phase to build
the doc for SB-SIMD only on x86_64-linux.
| Guillaume Le Vaillant |
2022-06-30 | gnu: sbcl: Update to 2.2.6....* gnu/packages/lisp.scm (sbcl): Update to 2.2.6.
[native-inputs]: Remove zlib. Remove labels.
[inputs]: Add zstd:lib.
| Guillaume Le Vaillant |
2022-06-23 | gnu: janet: Update to 1.23.0....* gnu/packages/lisp.scm (janet): Update to 1.23.0.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| jgart |
2022-06-13 | gnu: txr: Update to 277....* gnu/packages/lisp.scm (txr): Update to 277.
[inputs]: Add zlib.
| Guillaume Le Vaillant |
2022-05-22 | gnu: sbcl: Improve reproducilbility....This should fix the runtime error of the maxima package:
fatal error encountered in SBCL pid 26911 tid 26911:
core was built for runtime "localhost-nixbld-2022-03-03-15-45-58"
but this is "localhost-nixbld-2022-03-03-08-51-27"
* gnu/packages/lisp.scm (sbcl)[arguments]: Add 'fix-build-id' phase.
| Guillaume Le Vaillant |
2022-04-18 | gnu: janet: Update to 1.21.1....* gnu/packages/lisp.scm (janet): Update to 1.21.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| jgart |
2022-03-25 | gnu: txr: Update to 274....* gnu/packages/lisp.scm (txr): Update to 274.
| Guillaume Le Vaillant |
2022-03-13 | gnu: janet: Update to 1.20.0....* gnu/packages/lisp.scm (janet): Update to 1.20.0.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| jgart |
2022-03-11 | gnu: ecl: Run tests conditionally and please lint....* gnu/packages/lisp.scm (ecl)[source]: Adjust origin URL.
[inputs]: Add bash-minimal.
[arguments]: Move the comment about failing tests above the deleted check
phase.
[tests?]: Do not explicitly set to #t.
[phases]: Delete trailing #t.
[home-page]: Update.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Maxime Devos |
2022-03-03 | gnu: sbcl: Update to 2.2.2....* gnu/packages/lisp.scm (sbcl): Update to 2.2.2.
| Guillaume Le Vaillant |
2022-01-16 | gnu: janet: Use G-expressions....* gnu/packages/lisp.scm (janet)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-01-16 | gnu: janet: Update to 1.19.2....* gnu/packages/lisp.scm (janet): Update to 1.19.2.
| Tobias Geerinckx-Rice |
2022-01-07 | gnu: txr: Update to 273....* gnu/packages/lisp.scm (txr): Update to 273.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2022-01-07 | gnu: txr: Remove input labels....* gnu/packages/lisp.scm (txr)[native-inputs, inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2021-12-30 | gnu: Remove leading article from synopsis....* gnu/packages/admin.scm (hungrycat)[synopsis]: Remove leading article.
* gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise.
* gnu/packages/cpp.scm (clipper)[synopsis]: Likewise.
* gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]:
Likewise.
* gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3,
rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2,
rust-takeable-option-0.4, rust-ttf-parser-0.12,
rust-svd-parser-0.9)[synopsis]: Likewise.
* gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise.
* gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise.
* gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise.
* gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise.
* gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise.
* gnu/packages/lisp.scm (gcl, clisp)[synopsis]: Likewise.
* gnu/packages/maths.scm (coda)[synopsis]: Likewise.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise.
* gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise.
* gnu/packages/python-xyz.scm (python-pari-jupyter, python-markuppy,
python-febelfin-coda)[synopsis]: Likewise.
* gnu/packages/scheme.scm (mit-scheme)[synopsis]: Likewise.
* gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise.
* gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
| Vagrant Cascadian |
2021-12-29 | gnu: buildapp: Fix trailing whitespace in description....* gnu/packages/lisp.scm (buildapp)[description]: Fix trailing whitespace.
| Vagrant Cascadian |
2021-12-23 | gnu: gcl: Avoid referencing GCC from the top-level....* gnu/packages/lisp.scm (gcl)[arguments]: Use SEARCH-INPUT-FILE instead of
referencing the GCC variable.
| Marius Bakke |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-05 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus |
2021-12-04 | gnu: janet: Update to 1.19.0....* gnu/packages/lisp.scm (janet): Update to 1.19.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2021-10-18 | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe |
2021-10-17 | gnu: janet: Upgrade to 1.18.1....* gnu/packages/lisp.scm (janet): Upgrade to 1.18.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| jgart |
2021-10-15 | gnu: janet: Prepare for cross-compilation....* gnu/packages/lisp.scm (janet)[arguments]: Use 'cc-for-target'. Replace
custom 'check' phase by 'test-target' parameter.
| Guillaume Le Vaillant |
2021-10-15 | gnu: janet: Upgrade to 1.18.0....* gnu/packages/lisp.scm (janet): Upgrade to 1.18.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |