summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-03download: Do not wrap TLS port on GnuTLS >= 3.7.7.Ludovic Courtès
The custom input/output port wrapping the TLS session record port would introduce overhead, and it would also prevent its uses in a non-blocking context--e.g., with Fibers. The port close mechanism added in GnuTLS 3.7.7 allows us to get rid of that wrapper. * guix/build/download.scm (wrap-record-port-for-gnutls<3.7.7): New procedure, with code formerly in 'tls-wrap'. (tls-wrap): Check for 'set-session-record-port-close!' and use it when available; otherwise call 'wrap-record-port-for-gnutls<3.7.7'.
2022-08-03gnu: Add gdb-12.Greg Hogan
* gnu/packages/gdb.scm (gdb-12): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: libunwind: Fix license.Philip McGrath
The license of libunwind is Expat, not X11: see <https://github.com/libunwind/libunwind/issues/372>. * gnu/packages/libunwind.scm (libunwind)[license]: Fix it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: mingw-w64-tools: Update to 10.0.0.Kaelyn Takata
* gnu/packages/mingw.scm (mingw-w64-tools): Update to 10.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: mingw: Update to 10.0.0.Kaelyn Takata
* gnu/packages/mingw.scm (mingw): Update to 10.0.0. [arguments] Disable parallel building to avoid failures trying to access empty .a files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-everyshi.Fabio Natali
* gnu/packages/tex.scm (texlive-everyshi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-everysel.Fabio Natali
* gnu/packages/tex.scm (texlive-everysel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-ragged2e.Fabio Natali
* gnu/packages/tex.scm (texlive-ragged2e): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-ltablex.Fabio Natali
* gnu/packages/tex.scm (texlive-ltablex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-tracklang.Fabio Natali
* gnu/packages/tex.scm (texlive-tracklang): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-datetime2.Fabio Natali
* gnu/packages/tex.scm (texlive-datetime2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-pdflscape.Fabio Natali
* gnu/packages/tex.scm (texlive-pdflscape): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-pgfgantt.Fabio Natali
* gnu/packages/tex.scm (texlive-pgfgantt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-setspace.Fabio Natali
* gnu/packages/tex.scm (texlive-setspace): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-mdframed.Fabio Natali
* gnu/packages/tex.scm (texlive-mdframed): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: xscreensaver: Don't read /proc/interrupts at configure time.Ludovic Courtès
Fixes a bug whereby, on some machines, ./configure would fail with: Warning: Checking of /proc/interrupts was requested, but it's bogus. * gnu/packages/xdisorg.scm (xscreensaver)[arguments]: Pass '--without-proc-interrupts'.
2022-08-03gnu: xscreensaver: Remove custom 'configure' phase.Ludovic Courtès
This is a followup to 45456595ac4ba613c8a61ff4f51088efd4157e6e, which was based on an incorrect diagnosis. * gnu/packages/xdisorg.scm (xscreensaver)[source]: Add 'snippet'. [arguments]: Remove custom 'configure' phase. Reintroduce #:configure-flags.
2022-08-03gnu: ecl-legion: Disable tests.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (ecl-legion)[parameters]: Disable tests.
2022-08-03gnu: sbcl-glop: Remove obsolete test-asd-file parameter.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scp (sbcl-glop)[arguments]: Remove 'test-asd-file' parameter.
2022-08-03gnu: sbcl-stumpwm-kbd-layouts: Fix build.Guillaume Le Vaillant
* gnu/packages/wm.scm (sbcl-stumpwm-kbd-layouts)[arguments]: Set 'asd-operation' parameter to "compile-system".
2022-08-03build-system: asdf: Add asd-operation parameter.Guillaume Le Vaillant
The 'asd-operation' parameter can be used to specify the ASDF operation to use in the build phase. It's default value is "load-system". * guix/build-system/asdf.scm (package-with-build-system, asdf-build): Add 'asd-operation' parameter. * guix/build/asdf-buid-system.scm (build): Add 'asd-operation' parameter and use it. * guix/build/lisp-utils.scm (compile-systems): Add 'asd-operation' parameter and use it.
2022-08-03gnu: sbcl-jzon: Enable tests.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-jzon)[arguments]: Move test system to #:asd-test-systems. Add phase to fix test .asd to actually run the tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-cl-online-learning: Remove unnecessary arguments.Pierre Neidhardt
The updated build system is now able to find the system on its own. * gnu/packages/lisp-xyz.scm (sbcl-cl-online-learning)[arguments]: Do it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-quantile-estimator: Enable tests.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-quantile-estimator)[arguments]: Do it. [native-inputs]: Add sbcl-mw-equiv, sbcl-prove, sbcl-log4cl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: Add cl-mw-equiv.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-mw-equiv, ecl-mw-equiv, sbcl-mw-equiv): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-hdf5-cffi: Enable tests.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-hdf5-cffi)[arguments]: Do it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-vas-string-metrics: Re-enable tests.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-vas-string-metrics)[arguments]: Specify the name of the test system and fix the .asd file to actually do something. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-cl-heap: Re-enable tests.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-heap)[arguments]: Specify the name of the test system. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-lisp-namespace: Enable tests.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-lisp-namespace)[arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-spatial-trees: Build spatial-trees.nss and fix tests.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-spatial-trees)[arguments]: Do it. [inputs] Add sbcl-alexandria, sbcl-optima, sbcl-iterate. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-cl-irc: Fix tests.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-irc)[arguments]: Specify test system. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-jonathan: Fix tests.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-jonathan)[native-inputs]: Add missing sbcl-legion input. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: Add cl-legion.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-legion, ecl-legion, sbcl-legion): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-cl-reexport: Remove obsolete test workaround.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-reexport)[arguments]: Remove. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-quri: Remove obsolete test workaround.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-quri)[arguments]: Remove. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: Remove obsolete references to asd-files and test-asd-file.Pierre Neidhardt
In a previous commit we've update the build system to let ASDF locate the .asd files for us, so package definition no longer need to provide this information. * gnu/packages/lisp-check.scm: Do it. * gnu/packages/lisp-xyz.scm: Do it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: sbcl-cl-gamepad: Remove asdf:compile-system workaround.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-gamepad)[arguments]: Remove 'build phase patch now that asdf-build-system/sbcl builds using asdf:load-system which fixes the bug. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03build-system: asdf: Let ASDF locate the .asd files.Pierre Neidhardt
This approach has many benefits: - It simplifies the build system. - The package definitions are easier to write. - It fixes a bug with systems that call asdf:clear-system which would cause the load to fail. See for instance test systems using Prove. * guix/build-system/asdf.scm (package-with-build-system): Remove 'asd-files' and replace 'test-asd-file' by 'asd-test-systems'. (lower): Same. * guix/build/asdf-build-system.scm (source-asd-file): Remove since ASDF does it better than us. (find-asd-files): Same. (build): Remove unused asd-files argument. (check): Remove asd-files argument and replace asd-systems by asd-test-systems. * guix/build/lisp-utils.scm (compile-systems): Call to ASDF to find the systems. (test-system): Same. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03guix: build: Switch from asdf:compile-system to asdf:load-system.Pierre Neidhardt
According to the ASDF manual: This will make sure all the files in the system are compiled, but not necessarily load any of them in the current image; on most systems, it will _not_ load all compiled files in the current image. This function exists for symmetry with 'load-system' but is not recommended unless you are writing build scripts and know what you're doing. * guix/build/lisp-utils.scm (compile-systems): Switch from asdf:compile-system to asdf:load-system. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03gnu: xscreensaver: Remove input labels.Ludovic Courtès
* gnu/packages/xdisorg.scm (xscreensaver)[inputs]: Remove labels.
2022-08-03gnu: xscreensaver: Update to 6.04.r0man
* gnu/packages/xdisorg.scm (xscreensaver): Update to 6.04. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add evtest.Artyom V. Poptsov
* gnu/packages/linux.scm (evtest): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: font-sarasa-gothic: Update to 0.36.6Hilton Chain
From 46bc3dcc324074b633c5bb3e1c1bdb5f209f5c15 Mon Sep 17 00:00:00 2001 * gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.36.6. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add android-file-transfer.kiasoc5
* gnu/packages/android.scm (android-file-transfer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: fenics: Do not mpirun tests.Ontje Lünsdorf
* gnu/packages/simulation.scm (fenics)[phases]: Do not use mpirun for tests and skip failing XDMF test. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add font-chiron-hei-hk.Hilton Chain
* gnu/packages/fonts (font-chiron-hei-hk): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03gnu: Add font-chiron-sung-hk.Hilton Chain
* gnu/packages/fonts (font-chiron-sung-hk): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03gnu: emacs: Suppress loading messages for guix emacs packages.André A. Gomes
* gnu/packages/aux-files/emacs/guix-emacs.el (guix-emacs-autoload-packages): Pass NOMESSAGE as t for 'load'. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03gnu: Add hashlink.John Kehayias
* gnu/packages/haxe.scm (hashlink): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03gnu: Add haxe.John Kehayias
* gnu/packages/haxe.scm (haxelib-src): New variable. (haxe): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>