Guillaume Le Vaillant
2c6a9ad2f0
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.
2022-06-30 13:51:50 +02:00
jgart
3055af4c45
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>
2022-06-23 20:34:32 -04:00
Guillaume Le Vaillant
c318f4fcb1
gnu: txr: Update to 277.
...
* gnu/packages/lisp.scm (txr): Update to 277.
[inputs]: Add zlib.
2022-06-13 11:06:57 +02:00
Guillaume Le Vaillant
f0e9048e98
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.
2022-05-22 17:39:23 +02:00
jgart
a76c879f14
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>
2022-04-18 23:09:39 +02:00
Guillaume Le Vaillant
cce693a4a9
gnu: txr: Update to 274.
...
* gnu/packages/lisp.scm (txr): Update to 274.
2022-03-25 11:20:33 +01:00
jgart
1a36fb51a8
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>
2022-03-13 03:25:50 -04:00
Maxime Devos
1879d6d810
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>
2022-03-11 23:34:48 -05:00
Guillaume Le Vaillant
ff1e3a3925
gnu: sbcl: Update to 2.2.2.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.2.2.
2022-03-03 16:21:21 +01:00
Tobias Geerinckx-Rice
abb7272af3
gnu: janet: Use G-expressions.
...
* gnu/packages/lisp.scm (janet)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice
38200e3652
gnu: janet: Update to 1.19.2.
...
* gnu/packages/lisp.scm (janet): Update to 1.19.2.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice
363d872167
gnu: txr: Update to 273.
...
* gnu/packages/lisp.scm (txr): Update to 273.
[arguments]: Don't explicitly return #t from phases.
2022-01-07 05:57:53 +01:00
Tobias Geerinckx-Rice
58fd238520
gnu: txr: Remove input labels.
...
* gnu/packages/lisp.scm (txr)[native-inputs, inputs]:
Remove input labels.
2022-01-07 05:57:53 +01:00
Vagrant Cascadian
9c3c68dae4
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.
2021-12-30 20:54:47 -08:00
Vagrant Cascadian
355b6b65bb
gnu: buildapp: Fix trailing whitespace in description.
...
* gnu/packages/lisp.scm (buildapp)[description]: Fix trailing whitespace.
2021-12-29 22:49:26 -08:00
Marius Bakke
91918e9405
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.
2021-12-23 03:07:34 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-12-05 19:17:41 +01:00
jgart
da70132ee9
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>
2021-12-04 13:51:49 +01:00
Mathieu Othacehe
e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates
2021-10-18 14:37:26 +00:00
jgart
06b46713a4
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>
2021-10-17 21:14:57 +03:00
Guillaume Le Vaillant
90e92befbc
gnu: janet: Prepare for cross-compilation.
...
* gnu/packages/lisp.scm (janet)[arguments]: Use 'cc-for-target'. Replace
custom 'check' phase by 'test-target' parameter.
2021-10-15 11:16:59 +02:00
jgart
e9bd9a2d58
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>
2021-10-15 11:16:59 +02:00
Mathieu Othacehe
a1eca979fb
Merge remote-tracking branch 'origin/master' into core-updates-frozen.
2021-10-12 17:46:23 +00:00
Charles
946ac3467e
gnu: sbcl: Update to 2.1.9.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.1.9.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-28 10:30:23 +02:00
Ludovic Courtès
d9dfbf886d
Merge branch 'master' into core-updates-frozen
2021-09-07 14:19:08 +02:00
Guillaume Le Vaillant
c5bb7b5d97
gnu: Fix some gexps.
...
* gnu/packages/android.scm (adb, android-ext4-utils)[arguments]: Use
'this-package-input' in gexps.
* gnu/packages/finance.scm (monero-gui)[arguments]: Idem.
* gnu/packages/lisp.scm (gcl)[arguments]: Idem.
2021-09-05 13:56:25 +02:00
Guillaume Le Vaillant
771c14c93e
gnu: txr: Update to 270.
...
* gnu/packages/lisp.scm (txr): Update to 270.
2021-09-01 20:26:19 +02:00
Guillaume Le Vaillant
0f87bd0282
gnu: gcl: Update to 2.6.12-3.ff7ef98.
...
* gnu/packages/lisp.scm (gcl): Update to 2.6.12-3.ff7ef98.
[version]: Use git-version.
[source]: Use git-file-name.
[inputs]: Add bash-minimal and libtirpc.
[arguments]: Update 'configure-flags' and 'make-flags', using gexps.
Add 'realpath-workaround' and 'fix-makefile' phases.
2021-08-22 18:45:15 +02:00
Marius Bakke
c4133c43c7
Merge branch 'master' into core-updates-frozen
...
Conflicts:
gnu/packages/algebra.scm
gnu/packages/games.scm
gnu/packages/golang.scm
gnu/packages/kerberos.scm
gnu/packages/mail.scm
gnu/packages/python.scm
gnu/packages/ruby.scm
gnu/packages/scheme.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm
2021-08-12 00:30:27 +02:00
Marius Bakke
b029be2ee0
Merge branch 'master' into core-updates-frozen
...
Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/cmake.scm
gnu/packages/curl.scm
gnu/packages/emacs-xyz.scm
gnu/packages/gpodder.scm
gnu/packages/music.scm
gnu/packages/patches/glibc-bootstrap-system.patch
gnu/packages/python-xyz.scm
gnu/packages/shells.scm
gnu/packages/statistics.scm
2021-07-29 22:34:57 +02:00
Guillaume Le Vaillant
b0568808ad
gnu: txr: Update to 268.
...
* gnu/packages/lisp.scm (txr): Update to 268.
[arguments]: Update 'fix-tests' phase.
2021-08-08 11:04:15 +02:00
Pierre Neidhardt
7c6ace67bb
Revert "gnu: sbcl: Update to 2.1.7."
...
This SBCL version seems to have a bug that breaks many packages.
This reverts commit b07581d6e2
.
2021-07-31 19:33:39 +02:00
Pierre Neidhardt
b07581d6e2
gnu: sbcl: Update to 2.1.7.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.1.7.
2021-07-31 13:23:13 +02:00
Ludovic Courtès
bc64d9554b
gnu: Use 'search-input-file' when looking for executables.
...
* gnu/packages/admin.scm (isc-dhcp): Use 'search-input-file' when
looking for executables.
* gnu/packages/audio.scm (ableton-link): Likewise.
* gnu/packages/benchmark.scm (fio): Likewise.
* gnu/packages/bioinformatics.scm (roary): Likewise.
(ngless): Likewise.
* gnu/packages/boost.scm (boost-for-irods): Likewise.
* gnu/packages/bootloaders.scm (grub): Likewise.
(grub-efi): Likewise.
* gnu/packages/chemistry.scm (inchi): Likewise.
* gnu/packages/dictionaries.scm (ding): Likewise.
* gnu/packages/dlang.scm (ldc): Likewise.
* gnu/packages/education.scm (childsplay): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Likewise.
(emacs-haskell-mode): Likewise.
(emacs-auctex): Likewise.
(emacs-ggtags): Likewise.
(emacs-graphviz-dot-mode): Likewise.
(emacs-flycheck-grammalecte): Likewise.
(emacs-counsel-notmuch): Likewise.
(emacspeak): Likewise.
(emacs-exwm): Likewise.
(emacs-exwm-x): Likewise.
(emacs-treemacs): Likewise.
(emacs-telega): Likewise.
(emacs-exiftool): Likewise.
* gnu/packages/emulators.scm (higan): Likewise.
* gnu/packages/engineering.scm (freehdl): Likewise.
(librepcb): Likewise.
* gnu/packages/entr.scm (entr): Likewise.
* gnu/packages/file-systems.scm (libeatmydata): Likewise.
(xfstests): Likewise.
(mergerfs): Likewise.
(mergerfs-tools): Likewise.
* gnu/packages/finance.scm (monero-gui): Likewise.
* gnu/packages/flashing-tools.scm (flashrom): Likewise.
* gnu/packages/fontutils.scm (fontforge): Likewise.
* gnu/packages/game-development.scm (python2-renpy): Likewise.
* gnu/packages/games.scm (opensurge): Likewise.
(xboard): Likewise.
(hyperrogue): Likewise.
(flare-game): Likewise.
(chessx): Likewise.
* gnu/packages/geo.scm (grass): Likewise.
* gnu/packages/glib.scm (glib): Likewise.
* gnu/packages/gnome.scm (mm-common): Likewise.
(network-manager-openvpn): Likewise.
(network-manager-vpnc): Likewise.
(network-manager-openconnect): Likewise.
(apostrophe): Likewise.
* gnu/packages/gnupg.scm (pius): Likewise.
(jetring): Likewise.
* gnu/packages/gnuzilla.scm (icedove): Likewise.
* gnu/packages/golang.scm (go-1.4): Likewise.
* gnu/packages/graphviz.scm (xdot): Likewise.
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel): Likewise.
* gnu/packages/haskell-xyz.scm (ghc-hindent): Likewise.
* gnu/packages/ibus.scm (ibus): Likewise.
* gnu/packages/image.scm (phockup): Likewise.
* gnu/packages/irc.scm (quassel): Likewise.
* gnu/packages/java.scm (drip): Likewise.
(ant-bootstrap): Likewise.
(tla2tools): Likewise.
* gnu/packages/julia.scm (julia): Likewise.
* gnu/packages/less.scm (lesspipe): Likewise.
* gnu/packages/libreoffice.scm (libreoffice): Likewise.
* gnu/packages/linux.scm (fuse): Likewise.
(lm-sensors): Likewise.
(bluez): Likewise.
(fakeroot): Likewise.
(inputattach): Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-cl-diskspace): Likewise.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Likewise.
* gnu/packages/lua.scm (fennel): Likewise.
* gnu/packages/lxde.scm (spacefm): Likewise.
* gnu/packages/mail.scm (public-inbox): Likewise.
* gnu/packages/maths.scm (hdf-java): Likewise.
(maxima): Likewise.
(frama-c): Likewise.
* gnu/packages/messaging.scm (libgadu): Likewise.
* gnu/packages/music.scm (denemo): Likewise.
(curseradio): Likewise.
* gnu/packages/netpbm.scm (netpbm): Likewise.
* gnu/packages/networking.scm (blueman): Likewise.
(squid): Likewise.
(aircrack-ng): Likewise.
* gnu/packages/node.scm (node): Likewise.
(node-llparse-frontend-bootstrap): Likewise.
(node-llparse-bootstrap): Likewise.
(llhttp-bootstrap): Likewise.
(node-lts): Likewise.
* gnu/packages/ocaml.scm (ocaml-4.11): Likewise.
(opam): Likewise.
(ocaml-graph): Likewise.
* gnu/packages/orpheus.scm (orpheus): Likewise.
* gnu/packages/password-utils.scm (password-store): Likewise.
* gnu/packages/python.scm (pypy3): Likewise.
* gnu/packages/qt.scm (qt5ct): Likewise.
* gnu/packages/radio.scm (libosmo-dsp): Likewise.
* gnu/packages/ruby.scm (ruby-pandoc-ruby): Likewise.
* gnu/packages/rust.scm (rust-1.30): Likewise.
* gnu/packages/screen.scm (byobu): Likewise.
* gnu/packages/statistics.scm (r-with-tests): Likewise.
* gnu/packages/suckless.scm (surf): Likewise.
* gnu/packages/syndication.scm (gfeeds): Likewise.
* gnu/packages/telephony.scm (mumble): Likewise.
* gnu/packages/terminals.scm (alacritty): Likewise.
* gnu/packages/tex.scm (texlive-bin): Likewise.
* gnu/packages/uml.scm (plantuml): Likewise.
* gnu/packages/version-control.scm (python-git-multimail): Likewise.
(gitolite): Likewise.
(hg-commitsigs): Likewise.
(git-when-merged): Likewise.
(git-imerge): Likewise.
(gita): Likewise.
* gnu/packages/video.scm (you-get): Likewise.
* gnu/packages/vim.scm (eovim): Likewise.
* gnu/packages/virtualization.scm (qemu): Likewise.
(virt-manager): Likewise.
(criu): Likewise.
* gnu/packages/vpn.scm (strongswan): Likewise.
(xl2tpd): Likewise.
* gnu/packages/wm.scm (i3lock-fancy): Likewise.
* gnu/packages/wxwidgets.scm (python-wxpython): Likewise.
(python2-wxpython): Likewise.
* gnu/packages/xdisorg.scm (autorandr): Likewise.
* gnu/packages/xorg.scm (hackneyed-x11-cursors): Likewise.
(v86d): Likewise.
(mkfontdir): Likewise.
(xpra): Likewise.
2021-07-24 16:23:23 +02:00
Guillaume Le Vaillant
ce27cde262
gnu: txr: Reduce closure size.
...
* gnu/packages/lisp.scm (txr)[inputs]: Replace bash by bash-minimal.
2021-07-21 10:57:27 +02:00
Paul A. Patience
59d09bfb2b
gnu: txr: Update to 266.
...
* gnu/packages/lisp.scm (txr)[version]: Update to 266.
[inputs]: Add bash.
[arguments]<#:phases>{inhibit-doc-syms-generation}: Correct the path to
doc-syms.tl to its new location.
{fix-tests}: Fix another test.
{fix-paths}: New phase.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-20 10:50:04 +02:00
Paul A. Patience
6a0658afa7
gnu: txr: Fix license installation.
...
The install-license-files phase was installing LICENSE-CYG when it
shouldn't have, because that license applies only to TXR builds for
Microsoft Windows; and it was also ignoring the METALICENSE file.
However, TXR's Makefile was already installing the LICENSE and
METALICENSE files into share/txr (the datadir), so redirect them into
the appropriate doc directory and delete the install-license-files
phase.
* gnu/packages/lisp.scm (txr)[arguments]<#:phases>
{fix-license-installation}: New phase.
{install-license-files}: Delete phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-20 10:09:33 +02:00
Paul A. Patience
75922458af
gnu: txr: Build documentation.
...
* gnu/packages/lisp.scm (man-for-txr): New variable.
(txr)[native-inputs]: New field.
[inputs]: Move above the arguments field.
[arguments]<#:phases>{inhibit-doc-syms-generation, build-doc, install-doc}:
New phases.
{fix-tests}: Add after the unpack phase rather than after the configure
phase so that all file-modifying phases are performed after unpacking.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-20 10:03:30 +02:00
Ludovic Courtès
0e47fcced4
Merge branch 'master' into core-updates
2021-07-18 19:50:01 +02:00
Pierre Neidhardt
07d47e34da
gnu: cl-asdf: Update to 3.3.5.
...
* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5.
2021-07-03 14:10:41 +02:00
Pierre Neidhardt
e8e1dd2439
gnu: sbcl: Update to 2.1.6.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.1.6.
2021-06-30 18:42:00 +02:00
Guillaume Le Vaillant
fb31d73110
gnu: txr: Update to 263.
...
* gnu/packages/lisp.scm (txr): Update to 263.
2021-06-24 10:57:16 +02:00
Marius Bakke
8d59c262ad
Merge branch 'master' into core-updates
...
Conflicts:
gnu/local.mk
gnu/packages/algebra.scm
gnu/packages/bioinformatics.scm
gnu/packages/curl.scm
gnu/packages/docbook.scm
gnu/packages/emacs-xyz.scm
gnu/packages/maths.scm
gnu/packages/plotutils.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/readline.scm
gnu/packages/tls.scm
gnu/packages/xml.scm
gnu/packages/xorg.scm
2021-06-06 21:16:32 +02:00
Pierre Neidhardt
b4e3b77270
gnu: sbcl: Update to 2.1.5.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.1.5.
2021-06-01 12:01:24 +02:00
Tobias Geerinckx-Rice
f0b9250382
gnu: ccl: Update to 1.12.1.
...
* gnu/packages/lisp.scm (ccl): Update to 1.12.1.
[inputs]: Keep using the 1.12 bootstrap for ARM.
2021-05-27 18:20:36 +02:00
Marius Bakke
4ea6852c5f
Merge branch 'master' into core-updates
2021-05-22 17:21:57 +02:00
Guillaume Le Vaillant
79922038bc
gnu: txr: Update to 259.
...
* gnu/packages/lisp.scm (txr): Update to 259.
2021-05-20 14:10:31 +02:00
Marius Bakke
f034264204
Merge branch 'master' into core-updates
...
Conflicts:
gnu/local.mk
gnu/packages/bioinformatics.scm
gnu/packages/django.scm
gnu/packages/gtk.scm
gnu/packages/llvm.scm
gnu/packages/python-web.scm
gnu/packages/python.scm
gnu/packages/tex.scm
guix/build-system/asdf.scm
guix/build/emacs-build-system.scm
guix/profiles.scm
2021-05-09 21:29:46 +02:00
Tobias Geerinckx-Rice
462b8a6dfd
gnu: txr: Update to 258.
...
* gnu/packages/lisp.scm (txr): Update to 258.
2021-05-06 22:05:20 +02:00
Pierre Neidhardt
c04dfb39f6
gnu: sbcl: Update to 2.1.4.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.1.4.
2021-05-01 13:53:09 +02:00
Guillaume Le Vaillant
fa5beb03f3
gnu: txr: Update to 257.
...
* gnu/packages/lisp.scm (txr): Update to 257.
2021-04-26 13:30:46 +02:00
Guillaume Le Vaillant
b33e83ea9c
gnu: txr: Update to 256.
...
* gnu/packages/lisp.scm (txr): Update to 256.
2021-04-21 13:46:31 +02:00
Efraim Flashner
fcc39864db
Merge remote-tracking branch 'origin/master' into core-updates
...
Conflicts:
gnu/local.mk
gnu/packages/boost.scm
gnu/packages/chez.scm
gnu/packages/compression.scm
gnu/packages/crates-io.scm
gnu/packages/docbook.scm
gnu/packages/engineering.scm
gnu/packages/gcc.scm
gnu/packages/gl.scm
gnu/packages/gtk.scm
gnu/packages/nettle.scm
gnu/packages/python-check.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/rust.scm
gnu/packages/sqlite.scm
guix/build-system/node.scm
2021-04-16 14:39:48 +03:00
Guillaume Le Vaillant
c6eb6d471d
gnu: txr: Update to 255.
...
* gnu/packages/lisp.scm (txr): Update to 255.
2021-04-06 14:04:20 +02:00
Pierre Neidhardt
fba2fa7ed8
gnu: sbcl: Update to 2.1.3.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.1.3.
2021-03-29 10:36:08 +02:00
Efraim Flashner
2aab587f84
Merge remote-tracking branch 'origin/master' into core-updates
2021-03-24 20:50:44 +02:00
Pierre Neidhardt
8e92c58bc3
gnu: sbcl: Update to 2.1.2.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.1.2.
2021-03-22 13:18:35 +01:00
Pierre Neidhardt
5fa4814b4f
gnu: lisp-repl-core-dumper: Update to 0.7.0.
...
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.7.0.
2021-03-12 13:09:36 +01:00
Pierre Neidhardt
ed128a6bbc
gnu: lisp-repl-core-dumper: Update to 0.6.0.
...
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.6.0.
2021-03-08 09:33:10 +01:00
Danny Milosavljevic
abd318ff4b
Merge branch 'master' into core-updates
2021-02-11 19:12:36 +01:00
Pierre Neidhardt
da5118d3f4
gnu: ecl: Update to 21.2.1.
...
* gnu/packages/lisp.scm (ecl): Update to 21.2.1.
2021-02-03 20:59:14 +01:00
Christopher Baines
e740cc6140
Merge branch 'master' into core-updates
2021-02-03 09:57:35 +00:00
Zhu Zihao
90ad8bd1a6
gnu: ecl: Propagate some dependencies used in header files.
...
* gnu/packages/lisp.scm(ecl)[inputs]: Move gmp, libatomic-ops, libgc and
libffi to...
[propagated-inputs]: ... here.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-02 10:36:40 +01:00
Maxim Cournoyer
82f5f6b14c
gnu: Replace all uses of texlive-union by texlive-updmap.cfg.
...
* doc/build.scm (pdf-manual) Replace texlive-union by texlive-updmap.cfg.
* gnu/packages/algebra.scm (pari-gp): Likewise.
* gnu/packages/bioinformatics.scm (discrover, velvet): Likewise.
* gnu/packages/chez.scm (chez-scheme, chez-web, chez-sockets): Likewise.
* gnu/packages/docbook.scm (dblatex): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Likewise.
* gnu/packages/engineering.scm (fastcap): Likewise.
* gnu/packages/guile-xyz.scm (emacsy, guile-cv): Likewise.
* gnu/packages/lisp.scm (sbcl): Likewise.
* gnu/packages/maths.scm (octave, hypre): Likewise.
* gnu/packages/music.scm (lilypond): Likewise.
* gnu/packages/plotutils.scm (asymptote): Likewise.
* gnu/packages/python-xyz.scm (python-numpy-documentation)
(python-matplotlib-documentation, python-ipython-documentation)
(python-pypandoc): Likewise.
* gnu/packages/radio.scm (gnuradio, libosmo-dsp): Likewise.
* gnu/packages/scheme.scm (mit-scheme): Likewise.
* gnu/packages/statistics.scm (r-with-tests): Likewise.
* gnu/packages/tex.scm (simple-texlive-package)
(texlive-xmltex, texlive-tiny, texlive-jadetex, teximpatient, lyx): Likewise.
2021-01-29 13:35:47 -05:00
Pierre Neidhardt
683154166d
gnu: lisp-repl-core-dumper: Patch path to `cat'.
...
* gnu/packages/lisp.scm (lisp-repl-core-dumper)[arguments]: Substitute calls
to `cat' with full store path.
2021-01-20 20:39:36 +01:00
Pierre Neidhardt
499ce19730
gnu: lisp-repl-core-dumper: Update to 0.5.0.
...
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.5.0.
2021-01-20 12:22:34 +01:00
Sharlatan Hellseher
014845591a
gnu: Add buildapp.
...
* gnu/packages/lisp.scm (buildapp): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-17 10:17:38 +01:00
Maxim Cournoyer
01f0707207
Merge branch 'staging' into 'core-updates'.
...
Conflicts:
gnu/local.mk
gnu/packages/cmake.scm
gnu/packages/curl.scm
gnu/packages/gl.scm
gnu/packages/glib.scm
gnu/packages/guile.scm
gnu/packages/node.scm
gnu/packages/openldap.scm
gnu/packages/package-management.scm
gnu/packages/python-xyz.scm
gnu/packages/python.scm
gnu/packages/tls.scm
gnu/packages/vpn.scm
gnu/packages/xorg.scm
2021-01-13 23:45:53 -05:00
Pierre Neidhardt
151dff1650
gnu: lisp-repl-core-dumper: Update to 0.4.0.
...
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.4.0.
2021-01-12 13:46:11 +01:00
Guillaume Le Vaillant
88a4e5f19b
gnu: txr: Update to 246.
...
* gnu/packages/lisp.scm (txr): Update to 246.
2021-01-02 10:48:08 +01:00
Pierre Neidhardt
32feb2c5f6
gnu: sbcl: Update to 2.1.0.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.1.0.
2020-12-30 22:43:20 +01:00
Guillaume Le Vaillant
069ee21808
gnu: txr: Update to 245.
...
* gnu/packages/lisp.scm (txr): Update to 245.
2020-12-28 14:35:19 +01:00
Ricardo Wurmus
a72499b3a5
gnu: sbcl: Remove obsolete build phase.
...
* gnu/packages/lisp.scm (sbcl)[arguments]: Remove obsolete build phase
"set-HOME".
2020-12-23 10:10:58 +01:00
Zhu Zihao
20a964149c
gnu: ecl: Remove build-stamp to improve reproducibility.
...
* gnu/packages/lisp.scm (ecl)[arguments]<phases>: Add "remove-build-stamp"
phase. Move "wrap" phase after "remove-build-stamp" phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-12-14 14:27:55 +01:00
Zhu Zihao
e3f538969e
gnu: ecl: Return #t in wrap phase.
...
* gnu/packages/lisp.scm (ecl)[arguments]<phases>: In phase "wrap", return #t.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-12-14 14:26:43 +01:00
Guillaume Le Vaillant
4354dacede
gnu: sbcl: Simplify 'replace-asdf' phase.
...
* gnu/packages/lisp.scm (sbcl)[arguments]: Remove unused 'out' variable in
'replace-asdf' phase.
2020-12-05 16:00:58 +01:00
Guillaume Le Vaillant
f62982d96d
gnu: ecl: Simplify 'replace-asdf' phase.
...
* gnu/packages/lisp.scm (ecl)[arguments]: Remove unused 'out' variable in
'replace-asdf' phase.
2020-12-05 16:00:58 +01:00
Guillaume Le Vaillant
c32a7b3485
gnu: clisp: Use system ASDF instead of bundled one.
...
* gnu/packages/lisp.scm (clisp)[native-inputs]: Add cl-asdf.
[arguments]: Add 'replace-asdf' phase.
[native-search-paths]: Add XDG_CONFIG_DIRS and XDG_DATA_DIRS.
2020-12-05 16:00:58 +01:00
Guillaume Le Vaillant
623a98a9dc
gnu: ccl: Use system ASDF instead of bundled one.
...
* gnu/packages/lisp.scm (ccl)[native-inputs]: Add cl-asdf.
[arguments]: Add 'replace-asdf' phase.
[native-search-paths]: Add XDG_CONFIG_DIRS and XDG_DATA_DIRS.
2020-12-05 16:00:58 +01:00
Guillaume Le Vaillant
031fbebafe
gnu: cl-asdf: Improve priorities of configuration file search.
...
* gnu/packages/patches/cl-asdf-config-directories.patch: New file.
* gnu/local.mk (dist_PATCH_DATA): Add it.
* gnu/packages/lisp.scm (cl-asdf)[native-inputs]: Add it.
[arguments]: Apply the new patch.
Co-authored-by: Pierre Neidhardt <mail@ambrevar.xyz>
2020-12-05 16:00:57 +01:00
Pierre Neidhardt
75b11d6713
gnu: lisp-repl-core-dumper: Update to 0.3.0.
...
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.3.0.
2020-12-03 12:35:16 +01:00
Pierre Neidhardt
9fe5bb7c92
gnu: lisp-repl-core-dumper: Update to 0.2.0.
...
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.2.0.
2020-12-02 10:38:07 +01:00
Pierre Neidhardt
ab15cf5a6d
gnu: Add lisp-repl-core-dumper.
...
* gnu/packages/lisp.scm (lisp-repl-core-dumper): New variable.
2020-12-01 12:37:52 +01:00
Guillaume Le Vaillant
c3e459d266
gnu: sbcl: Increase default maximum heap size.
...
* gnu/packages/lisp.scm (sbcl)[arguments]: Build with a max heap size
of 3 GiB.
2020-12-01 11:52:34 +01:00
Pierre Neidhardt
40bfe1168f
gnu: sbcl: Update to 2.0.11.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.0.11.
2020-11-30 12:30:00 +01:00
Pierre Neidhardt
074236d197
gnu: clisp: Enable ASDF module and parallel build, remove old patch.
...
* gnu/packages/lisp.scm (clisp)[source]: Remove patch that does not seem to be
needed anymore.
[arguments]: Remove (obsolete?) #:build keyword. Enable ASDF and explicitly
enable ffcall, readline, sigsegv. Enable parallel-build since they seem to
work now.
2020-11-30 12:28:38 +01:00
Marius Bakke
a485a98ca8
Merge branch 'master' into staging
2020-11-22 23:36:09 +01:00
Pierre Neidhardt
7a858c0c0a
gnu: Add janet.
...
* gnu/packages/lisp.scm (janet): New variable.
2020-11-20 10:13:25 +01:00
Marius Bakke
32787d6524
Merge branch 'master' into staging
...
Conflicts:
gnu/local.mk
gnu/packages/gdb.scm
gnu/packages/lisp-xyz.scm
gnu/packages/web-browsers.scm
2020-11-07 21:33:32 +01:00
Pierre Neidhardt
60a9f246fa
gnu: sbcl: Update to 2.0.10.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.0.10.
2020-11-02 12:24:35 +01:00
Pierre Neidhardt
6ea61b4818
gnu: sbcl: Update to 2.0.9.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.0.9.
2020-10-20 15:13:41 +02:00
Marius Bakke
f7175626ff
Merge branch 'master' into staging
2020-10-13 23:39:27 +02:00
Guillaume Le Vaillant
7b554d690f
gnu: txr: Update to 244.
...
* gnu/packages/lisp.scm (txr): Update to 244.
[native-inputs]: Remove bison and flex.
2020-10-13 13:41:37 +02:00
Guillaume Le Vaillant
4136736b52
gnu: cl-asdf: Update to 3.3.4.
...
* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.4.
[arguments]: Add small patch for default ASDF configuration.
(asdf-substitutions): Remove variable.
(sbcl, ecl)[arguments]: Remove call to 'asdf-substitutions'.
2020-09-12 11:18:57 +02:00
Guillaume Le Vaillant
a13f45c150
build-system: asdf: Switch from bundles to regular compilation.
...
* gnu/packages/lisp.scm (sbcl, ecl)[native-search-paths]: Add
'XDG_CONFIG_DIRS'.
* guix/build-system/asdf.scm (asdf-build): Replace 'asd-file' and
'asd-system-name' keywords by 'asd-files' and 'asd-systems'.
* guix/build/asdf-build-system.scm (%object-prefix,
%lisp-source-install-prefix): Update variables.
(install): Update variable.
(main-system-name): New variable.
(copy-source): Replace 'asd-file' and 'asd-system-name' keywords by
'asd-files' and 'asd-systems'.
(configure): New variable.
(build, check): Replace 'asd-file' and 'asd-system-name' keywords by
'asd-files' and 'asd-systems'.
(create-asd-file, symlink-asd-files): Remove variables.
(create-asdf-configuration): New variable.
(cleanup-files): Update variable.
(%standard-phases): Remove 'create-asd-file' and 'symlink-asd-files' phases.
Add 'configure' and 'create-asdf-configuration' phases.
* guix/build/lisp-utils.scm (%bundle-install-prefix, normalize-dependency,
inputs->asd-file-map, asdf-load-all, compile-system): Remove variables.
(compile-systems): New variable.
(system-dependencies, compiled-system, generate-system-definition): Remove
variable.
(test-system): Replace 'asd-file' parameter by 'asd-files'.
(generate-executable-for-system): Update variable.
(generate-dependency-links, make-asd-file, bundle-asd-file): Remove
variables.
(make-asdf-configuration): New variable.
(build-program, build-image): Set 'XDG_CONFIG_DIRS'.
(generate-executable): Update variable.
2020-09-12 11:18:56 +02:00
Guillaume Le Vaillant
a43f825d4e
gnu: txr: Update to 243.
...
* gnu/packages/lisp.scm (txr): Update to 243.
2020-09-04 11:38:16 +02:00
Pierre Neidhardt
39bb294170
gnu: sbcl: Update to 2.0.8.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.0.8.
2020-09-02 23:40:23 +02:00
Guillaume Le Vaillant
ee1b6558be
gnu: txr: Update to 242.
...
* gnu/packages/lisp.scm (txr): Update to 242.
2020-08-18 15:05:29 +02:00
Pierre Neidhardt
1f9c9aed8c
gnu: sbcl: Update to 2.0.7.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.0.7.
2020-08-01 12:28:32 +02:00