aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
Commit message (Expand)AuthorAge
* gnu: Add roswell.•••* gnu/packages/lisp.scm (roswell): New variable. Change-Id: Ic698da54d0c4160fe7ac9dfd32474ea439295537 Modified-by: Guillaume Le Vaillant <glv@posteo.net> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> bigbug2024-05-28
* gnu: lush2: Remove dependency on lapack.•••* gnu/packages/lisp.scm (lush2): Remove dependency on lapack. Change-Id: Idb7734e93021d6be9f65a5a0f9c4da4581786aee Signed-off-by: Ludovic Courtès <ludo@gnu.org> Romain GARBAGE2024-04-04
* gnu: txr: Update to 294.•••* gnu/packages/lisp.scm (txr): Update to 294. Change-Id: I53693122aaf5b2c0ae8f7f13e846de81f1525fc1 Guillaume Le Vaillant2024-03-20
* gnu: janet: Update to 1.33.0•••* gnu/packages/lisp.scm (janet): Update to 1.33.0. Change-Id: Ic5dd8b0c7042fe965c940d291331803f7f28e3f2 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> unwox2024-02-07
* gnu: s7: Compile with flint@3.•••* gnu/packages/patches/s7-flint-3.patch: New file. * gnu/local.mk (dist_patch_DATA): Register file. * gnu/packages/lisp.scm (s7-bootstrap)[source]: Add patch. [inputs]: Remove arb. Change-Id: I06bac9d850977b8ee769e629f1b64411a8dc3247 Andreas Enge2024-01-26
* gnu: s7: Update to 24.1-0.23a64fa.•••* gnu/packages/lisp.scm (s7-bootstrap): Update to 24.1-0.23a64fa. Change-Id: I5853c2f4bb7f2f8c9c34fd8f3d358d94d287d14b Andreas Enge2024-01-25
* gnu: sbcl: Fix riscv build.•••* gnu/packages/patches/sbcl-fix-riscv-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/lisp.scm (sbcl)[source]: Use it. Change-Id: I63f1b9a7a7b6f3a1961d0a0cb31189b74a60abc3 Guillaume Le Vaillant2024-01-10
* Merge branch 'master' into lisp-team•••Change-Id: I6c2ce53e782a00861c3adf01c2505099daef7728 Guillaume Le Vaillant2024-01-10
|\
| * gnu: s7: Update to 618de30.•••* gnu/packages/lisp.scm (s7): Update to commit 618de30. Change-Id: I34d92b77a4e8de84f18de0ce7af984928e338282 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Andy Tai2024-01-07
* | gnu: sbcl: Fix build on powerpc64.•••* gnu/packages/patches/sbcl-fix-ppc64-build.patch: New file. * gnu/local.mk: Register it. * gnu/packages/lisp.scm (sbcl)[source]: Use it. Change-Id: If81321bc7e4075ac7ec63f7b8d623011b4b975d5 Guillaume Le Vaillant2024-01-09
* | sbcl: update to 2.4.0•••* gnu/packages/lisp.scm (sbcl): Update to 2.4.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I6087f3697b1c9501be09e1e983fb36d11ec35ba2 Benjamin Slade2024-01-04
|/
* gnu: txr: Update to 293.•••* gnu/packages/lisp.scm (txr): Update to 293. Change-Id: Ife084219385e11f87b26b59f584c9c0a8c9a323c Guillaume Le Vaillant2024-01-04
* gnu: Adjust to removing ed.scm and nano.scm•••This is a follow-up to f6817e71dff7d0d9fdb55db8b85a1d3d04e2bf5a and e11e65a9ad08e18ea2faac3c9f4639a7b189bf76. * gnu/installer.scm, gnu/packages/algebra.scm, gnu/packages/base.scm, gnu/packages/cook.scm, gnu/packages/lisp.scm, gnu/packages/patchutils.scm, gnu/packages/version-control.scm, gnu/packages/web-browsers.scm, gnu/system.scm: Adjust module imports. Change-Id: I25e5519fa003c35a14b81c3dda37b24527858634 Efraim Flashner2023-12-25
* gnu: txr: Remove obsolete fix.•••* gnu/packages/lisp.scm (txr)[arguments]: Remove 'inhibit-doc-syms-generation' phase. Change-Id: Ibf29e28a82f1821cefbdc87e8bfdf3ffcd4219e5 Guillaume Le Vaillant2023-12-14
* gnu: txr: Update to 292.•••* gnu/packages/lisp.scm (txr): Update to 292. Change-Id: I7fb2e2c5ea40954d45eb80d36fb0db4f6f45c4c7 Guillaume Le Vaillant2023-11-30
* gnu: janet: Update to 1.32.1.•••* gnu/packages/lisp.scm (janet): Update to 1.32.1. Change-Id: I4c34bbdedf0e21ba9c605b71205b010118dcf0b4 Signed-off-by: jgart <jgart@dismail.de> Adriel Dumas--Jondeau2023-11-19
* gnu: Have vim packages use vim-build-system.•••* gnu/packages/vim.scm (vim-neocomplete, vim-neocomplete-snippets, vim-neosnippet, vim-scheme, vim-luna, vim-fugitive, vim-airline, vim-airline-themes, vim-syntastic, neovim-syntastic, vim-solarized, vim-rainbow, editorconfig-vim, neovim-packer, vim-guix-vim, vim-asyncrun, vim-dispatch, vim-gemini-vim, vim-eunuch, vim-slime, vim-vlime, vim-paredit, vim-surround, vim-gnupg, vim-ctrlp, vim-mucomplete, vim-gitgutter, vim-characterize, vim-tagbar, vim-nerdtree, vim-nerdcommander): [build-system]: Switch to vim-build-system. [arguments]: Adjust accordingly. * gnu/packages/code.scm (global)[arguments]: Move vim files to their new location. * gnu/packages/lisp.scm (txr), * gnu/packages/mail.scm (msmtp), * gnu/packages/rust-apps.scm (skim), * gnu/packages/vim.scm (vifm), * gnu/packages/wm.scm (fluxbox): Same. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I8b3e5d65d76a100c3dbddc1ae562b72966c2b304 Jonathan Scoresby2023-11-08
* gnu: eisl: Update to 3.50.•••* gnu/packages/lisp.scm (eisl): Update to 3.50. Change-Id: Iecefae965ab5a4f8a6d7e5cff2c9d2c2a02668ac Guillaume Le Vaillant2023-10-25
* Merge branch 'lisp-team'Guillaume Le Vaillant2023-09-23
|\
| * gnu: sbcl: Downgrade to 2.3.7.•••Version 2.3.8 doesn't build on riscv64, so let's use version 2.3.7 for now. * gnu/packages/lisp.scm (sbcl): Downgrade to 2.3.7. Guillaume Le Vaillant2023-09-12
| * gnu: ecl: Update to 23.9.9.•••* gnu/packages/lisp.scm (ecl): Update to 23.9.9. Guillaume Le Vaillant2023-09-09
| * gnu: sbcl: Update to 2.3.8.•••* gnu/packages/lisp.scm (sbcl): Update to 2.3.8. [source]: Remove 'patches' field. * gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: Remove file. * gnu/packages/local.mk (dist-patch_DATA): Unregister it. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Andre A. Gomes2023-09-04
| * gnu: clisp: Add threads support on x84_64-linux.•••Guix's build version of CLISP, fails to load bordeaux-threads: Error while trying to load definition for system bordeaux-threads This implementation is unsupported. This patch adds support for POSIX_THREADS on x86_64-linux system. * gnu/packages/lisp.scm (clisp)[arguments]: Add configuration options to support threads on x86_64-linux system. Reported and Co-Authored by Andrew Kravchuk <awkravchuk@gmail.com> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher2023-09-04
* | gnu: sbcl: Remove i586-gnu from supported-systems.•••* gnu/packages/lisp.scm (sbcl)[supported-systems]: Remove i586-gnu. Christopher Baines2023-09-16
* | gnu: ecl: Remove i586-gnu from supported-systems.•••* gnu/packages/lisp.scm (ecl)[supported-systems]: Remove i586-gnu. Christopher Baines2023-09-16
|/
* gnu: txr: Update to 291.•••* gnu/packages/lisp.scm (txr): Update to 291. Guillaume Le Vaillant2023-08-08
* gnu: janet: Update to 1.29.1.•••* gnu/packages/lisp.scm (janet): Update to 1.29.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Yovan Naumovski2023-08-02
* gnu: texlive-tex-texinfo -> texlive-texinfo.•••* gnu/packages/tex.scm (texlive-texinfo): New variable. (texlive-tex-texinfo): Deprecate variable. * doc/build.scm (pdf-manual): * gnu/packages/finance.scm (optionmatrix): * gnu/packages/lisp.scm (sbcl): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/scheme.scm (mit-scheme): * gnu/packages/xdisorg.scm (xforms): Use new name. Nicolas Goaziou2023-07-18
* gnu: s7: Don't set #:tests? to #:true.•••* gnu/packages/lisp.scm (s7)[arguments]: Rewrite to strip the #:tests? argument from the inherited package. Efraim Flashner2023-07-09
* gnu: txr: Update to 289.•••* gnu/packages/lisp.scm (txr): Update to 289. Guillaume Le Vaillant2023-07-05
* gnu: eisl: Update to 3.00.•••* gnu/packages/lisp.scm (eisl): Update to 3.00. Guillaume Le Vaillant2023-06-17
* gnu: txr: Update to 288.•••* gnu/packages/lisp.scm (txr): Update to 288. Guillaume Le Vaillant2023-06-17
* gnu: sbcl: Fix build on armhf.•••* gnu/packages/lisp.scm (sbcl)[source]: Update snippet. Guillaume Le Vaillant2023-06-08
* gnu: sbcl: fix build on riscv64-linux.•••* gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: New file. * gnu/local.mk(dist_patch_DATA): register it. * gnu/packages/lisp.scm (sbcl): [source]<patches>: Use it here. Zheng Junjie2023-06-07
* Revert "gnu: sbcl: fix build on riscv64-linux."•••This reverts commit 2a6d2fc1d8e3434e283d6d2e559529b41a242fea. Efraim Flashner2023-06-07
* gnu: sbcl: fix build on riscv64-linux.•••* gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: New file. * gnu/local.mk(dist_patch_DATA): register it. * gnu/packages/lisp.scm (sbcl): [source]<patches>: Use it here. Efraim Flashner2023-06-07
* gnu: txr: Update to 287.•••* gnu/packages/lisp.scm (txr): Update to 287. Guillaume Le Vaillant2023-06-06
* gnu: sbcl: Update to 2.3.5.•••* gnu/packages/lisp.scm (sbcl): Update to 2.3.5. Guillaume Le Vaillant2023-06-06
* gnu: Add s7.•••* gnu/packages/lisp.scm (s7): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Antero Mejr2023-06-03
* gnu: Add s7-bootstrap.•••* gnu/packages/lisp.scm (s7-bootstrap): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Antero Mejr2023-06-03
* gnu: txr: Update to 286.•••* gnu/packages/lisp.scm (txr): Update to 286. Guillaume Le Vaillant2023-05-09
* gnu: lisp-repl-core-dumper: Update to 0.8.0.•••* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.8.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Andre A. Gomes2023-05-03
* gnu: sbcl: Resolve TODO.•••* gnu/packages/lisp.scm (sbcl)[source](modules, snippet): New fields. [arguments]: Remove phase. Marius Bakke2023-04-14
* gnu: janet: Update to 1.27.0.•••* gnu/packages/lisp.scm (janet): Update to 1.27.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Yovan Naumovski2023-04-06
* gnu: txr: Improve style.•••* gnu/packages/lisp.scm (txr)[arguments]: Use gexps. [home-page]: Update it. Guillaume Le Vaillant2023-04-04
* gnu: txr: Update to 285.•••* gnu/packages/lisp.scm (txr): Update to 285. Guillaume Le Vaillant2023-04-04
* gnu: eisl: Update to 2.72.•••* gnu/packages/lisp.scm (eisl): Update to 2.72. [arguments]: Update 'fix-paths' phase. Guillaume Le Vaillant2023-03-03
* gnu: gcl: Update to 2.6.14.•••* gnu/packages/lisp.scm (gcl): Update to 2.6.14. Guillaume Le Vaillant2023-03-03
* gnu: sbcl: Update to 2.3.2.•••* gnu/packages/lisp.scm (sbcl): Update to 2.3.2. Guillaume Le Vaillant2023-03-03
* Upgrade Haskell packages.•••Script-aided bulk change. Lars-Dominik Braun2023-02-26