Age | Commit message (Expand) | Author |
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 |
2021-10-12 | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe |
2021-09-28 | 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>
| Charles |
2021-09-07 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-09-05 | 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.
| Guillaume Le Vaillant |
2021-09-01 | gnu: txr: Update to 270....* gnu/packages/lisp.scm (txr): Update to 270.
| Guillaume Le Vaillant |
2021-08-22 | 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.
| Guillaume Le Vaillant |
2021-08-12 | 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
| Marius Bakke |
2021-07-29 | 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
| Marius Bakke |
2021-08-08 | gnu: txr: Update to 268....* gnu/packages/lisp.scm (txr): Update to 268.
[arguments]: Update 'fix-tests' phase.
| Guillaume Le Vaillant |
2021-07-31 | Revert "gnu: sbcl: Update to 2.1.7."...This SBCL version seems to have a bug that breaks many packages.
This reverts commit b07581d6e24bf5fa4676bcebaba75315bbbb01e6.
| Pierre Neidhardt |
2021-07-31 | gnu: sbcl: Update to 2.1.7....* gnu/packages/lisp.scm (sbcl): Update to 2.1.7.
| Pierre Neidhardt |
2021-07-24 | 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.
| Ludovic Courtès |
2021-07-21 | gnu: txr: Reduce closure size....* gnu/packages/lisp.scm (txr)[inputs]: Replace bash by bash-minimal.
| Guillaume Le Vaillant |
2021-07-20 | 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>
| Paul A. Patience |
2021-07-20 | 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>
| Paul A. Patience |
2021-07-20 | 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>
| Paul A. Patience |
2021-07-18 | Merge branch 'master' into core-updates | Ludovic Courtès |
2021-07-03 | gnu: cl-asdf: Update to 3.3.5....* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5.
| Pierre Neidhardt |
2021-06-30 | gnu: sbcl: Update to 2.1.6....* gnu/packages/lisp.scm (sbcl): Update to 2.1.6.
| Pierre Neidhardt |
2021-06-24 | gnu: txr: Update to 263....* gnu/packages/lisp.scm (txr): Update to 263.
| Guillaume Le Vaillant |
2021-06-06 | 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
| Marius Bakke |
2021-06-01 | gnu: sbcl: Update to 2.1.5....* gnu/packages/lisp.scm (sbcl): Update to 2.1.5.
| Pierre Neidhardt |
2021-05-27 | 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.
| Tobias Geerinckx-Rice |
2021-05-22 | Merge branch 'master' into core-updates | Marius Bakke |
2021-05-20 | gnu: txr: Update to 259....* gnu/packages/lisp.scm (txr): Update to 259.
| Guillaume Le Vaillant |
2021-05-09 | 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
| Marius Bakke |
2021-05-06 | gnu: txr: Update to 258....* gnu/packages/lisp.scm (txr): Update to 258.
| Tobias Geerinckx-Rice |
2021-05-01 | gnu: sbcl: Update to 2.1.4....* gnu/packages/lisp.scm (sbcl): Update to 2.1.4.
| Pierre Neidhardt |
2021-04-26 | gnu: txr: Update to 257....* gnu/packages/lisp.scm (txr): Update to 257.
| Guillaume Le Vaillant |
2021-04-21 | gnu: txr: Update to 256....* gnu/packages/lisp.scm (txr): Update to 256.
| Guillaume Le Vaillant |