Commit graph

100149 commits

Author SHA1 Message Date
Pierre Neidhardt f3e71d7b8e
gnu: sbcl-quri: Remove obsolete test workaround.
* gnu/packages/lisp-xyz.scm (sbcl-quri)[arguments]: Remove.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-03 16:45:53 +02:00
Pierre Neidhardt e2562197fb
gnu: Remove obsolete references to asd-files and test-asd-file.
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-03 16:45:53 +02:00
Pierre Neidhardt 4b7cca1b45
gnu: sbcl-cl-gamepad: Remove asdf:compile-system workaround.
* 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-03 16:45:53 +02:00
Pierre Neidhardt 6181f1f263
build-system: asdf: Let ASDF locate the .asd files.
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-03 16:45:53 +02:00
Pierre Neidhardt 6b5ef03a25
guix: build: Switch from asdf:compile-system to asdf:load-system.
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-03 16:45:53 +02:00
Ludovic Courtès c4e58c119d
gnu: xscreensaver: Remove input labels.
* gnu/packages/xdisorg.scm (xscreensaver)[inputs]: Remove labels.
2022-08-03 12:21:05 +02:00
r0man 45456595ac
gnu: xscreensaver: Update to 6.04.
* gnu/packages/xdisorg.scm (xscreensaver): Update to 6.04.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03 12:18:32 +02:00
Artyom V. Poptsov 28e523cc32
gnu: Add evtest.
* gnu/packages/linux.scm (evtest): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03 12:17:04 +02:00
Hilton Chain 815710cf37
gnu: font-sarasa-gothic: Update to 0.36.6
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-03 12:14:13 +02:00
kiasoc5 4e9818db34
gnu: Add android-file-transfer.
* gnu/packages/android.scm (android-file-transfer): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03 12:13:17 +02:00
Ontje Lünsdorf b13966a907
gnu: fenics: Do not mpirun tests.
* 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-03 12:03:51 +02:00
Hilton Chain ae0c11f920
gnu: Add font-chiron-hei-hk.
* 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-03 15:47:17 +08:00
Hilton Chain 30e89f47d1
gnu: Add font-chiron-sung-hk.
* 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-03 15:17:47 +08:00
André A. Gomes fab316f7ec
gnu: emacs: Suppress loading messages for guix emacs packages.
* 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-03 15:07:55 +08:00
John Kehayias 0ff99893bd
gnu: Add hashlink.
* gnu/packages/haxe.scm (hashlink): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 14:50:46 +08:00
John Kehayias 0dba452898
gnu: Add haxe.
* gnu/packages/haxe.scm (haxelib-src): New variable.
(haxe): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 14:50:01 +08:00
John Kehayias a4c131a749
gnu: Add neko.
* gnu/packages/haxe.scm: New module.
(neko): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new module.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 14:25:52 +08:00
Vivien Kraus e2ad0b0f8b
gnu: nsis: Update to 3.08.
* gnu/packages/patches/nsis-source-date-epoch.patch: Drop this patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/patches/nsis-env-passthru.patch: Adjust the patch.
* gnu/packages/installers.scm (make-nsis): Update to 3.08.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 14:23:00 +08:00
John Kehayias cb14d802ae
gnu: Add minimp3.
* gnu/packages/mp3.scm (minimp3): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 13:59:37 +08:00
John Kehayias bf74f708d3
gnu: Add mikktspace.
* gnu/packages/graphics.scm (mikktspace): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 13:54:39 +08:00
John Kehayias 1b5d4bf4be
gnu: Add ocaml-xml-light.
* gnu/packages/ocaml.scm (ocaml-xml-light): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 13:51:05 +08:00
John Kehayias c99487c235
gnu: Add ocaml-sha.
* gnu/packages/ocaml.scm (ocaml-sha): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 13:47:25 +08:00
John Kehayias dca0a3ac93
gnu: Add ocaml-ptmap.
* gnu/packages/ocaml.scm (ocaml-ptmap): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 13:40:13 +08:00
John Kehayias e2020eb24a
gnu: Add ocaml-luv.
* gnu/packages/ocaml.scm (ocaml-luv): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 13:37:23 +08:00
FELŠÖCI Marek 94f801a426
gnu: python-dill: Update to 0.3.5.1.
* gnu/packages/python-xyz.scm (python-dill): Update to 0.3.5.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 11:25:08 +08:00
Morgan Smith 3d727b8334
gnu: qt5ct: Fix build.
* gnu/packages/qt.scm (qt5ct)[build-system]: Change to qt-build-system.
[arguments]: Adjust accordingly.
[inputs]: Remove qtbase-5.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 11:12:39 +08:00
Hilton Chain ebdd352301
gnu: Add font-lxgw-wenkai-tc.
* gnu/packages/fonts (font-lxgw-wenkai-tc): New variable.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 10:19:22 +08:00
Hilton Chain c67635f507
gnu: Add font-lxgw-wenkai.
* gnu/packages/fonts.scm (font-lxgw-wenkai): New variable.

Signed-off-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03 10:17:26 +08:00
Maxim Cournoyer 1a5384e9a7
gnu: createrepo-c: Update to 0.20.1.
* gnu/packages/rpm.scm (createrepo-c): Update to 0.20.1.
2022-08-02 15:10:01 -04:00
Maxim Cournoyer de40c03a75
gnu: zchunk: Update to 1.2.2.
* gnu/packages/compression.scm (zchunk): Update to 1.2.2.
2022-08-02 15:10:01 -04:00
Maxim Cournoyer da96de3b66
gnu: drpm: Update to 0.5.1.
* gnu/packages/rpm.scm (drpm): Update to 0.5.1.
2022-08-02 15:10:01 -04:00
Maxim Cournoyer c162dc379c
gnu: createrepo-c: Use gexps.
* gnu/packages/rpm.scm (createrepo-c)
[phases]: Use gexps.
2022-08-02 15:10:01 -04:00
Maxim Cournoyer 5ee30cfa84
gnu: libmodulemd: Fix build and use new style inputs and gexps.
* gnu/packages/rpm.scm (libmodulemd)
[arguments]: Use gexps.
[phases]{fix-glib-doc-prefix}: Use search-input-directory.
{fix-docbook-references}: Use search-input-file.
{move-documentation}: Use search-input-directory.
[native-inputs]: Use new style.  Add python.
[inputs]: Use new style.
2022-08-02 15:10:00 -04:00
Maxim Cournoyer b316ddbd83
gnu: rpm: Update to 4.17.1.
* gnu/packages/package-management.scm (rpm): Update to 4.17.1.
2022-08-02 15:10:00 -04:00
Maxim Cournoyer 3685939f1b
gnu: rpm: Make popt a propagated input.
* gnu/packages/package-management.scm (rpm)[inputs]: Move popt...
[propagated-inputs]: ... to here.
2022-08-02 15:10:00 -04:00
andy Tai f0be1b82dc
gnu: xpra: Update to 4.3.4
gnu/packages/xorg.scm (xpra): Update to 4.3.4

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-02 21:23:15 +03:00
Paul A. Patience 7e13054373
gnu: python-pyvista: Update to 0.35.2.
* gnu/packages/python-science.scm (python-pyvista): Update to 0.35.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-02 20:59:15 +03:00
Paul A. Patience 797f3de592
gnu: gnuplot: Update to 5.4.4.
* gnu/packages/maths.scm (gnuplot): Update to 5.4.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-02 20:50:01 +03:00
Paul A. Patience a53bc40036
gnu: gnuplot: Use G-expressions.
* gnu/packages/maths.scm (gnuplot)[arguments]: Use G-expressions.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-02 20:49:56 +03:00
Paul A. Patience 44c7098809
gnu: gnuplot: Remove input labels.
* gnu/packages/maths.scm (gnuplot)[inputs]: Move below native-inputs and
sort.
[native-inputs]: Remove labels.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-02 20:49:50 +03:00
Efraim Flashner 29c51c6525
gnu: wcalc: Remove pre-generated files.
* gnu/packages/maths.scm (wcalc)[source]: Add snippet to remove files
generated by bison and flex.
[native-inputs]: Add bison, flex.
2022-08-02 19:47:50 +03:00
Efraim Flashner e1fb703e3e
gnu: nano: Update to 6.4.
* gnu/packages/nano.scm (nano): Update to 6.4.
2022-08-02 19:09:22 +03:00
Efraim Flashner 51a6dd170b
gnu: parallel: Add bash-minimal.
* gnu/packages/parallel.scm (parallel)[inputs]: Add bash-minimal.
2022-08-02 19:04:36 +03:00
Efraim Flashner 6f52d3aec1
gnu: parallel: Update to 20220722.
* gnu/packages/parallel.scm (parallel): Update to 20220722.
2022-08-02 18:55:26 +03:00
Ricardo Wurmus d5ba31c19a
gnu: Add r-rcppalgos.
* gnu/packages/cran.scm (r-rcppalgos): New variable.
2022-08-02 15:12:10 +02:00
Ricardo Wurmus 20f9473532
gnu: Add r-phylotools.
* gnu/packages/cran.scm (r-phylotools): New variable.
2022-08-02 15:12:01 +02:00
Ricardo Wurmus 03858a7908
gnu: Add python-scanorama.
* gnu/packages/bioinformatics.scm (python-scanorama): New variable.
2022-08-02 14:37:38 +02:00
Ricardo Wurmus c69c2c1c4d
gnu: python-intervaltree: Update to 3.1.0.
* gnu/packages/bioinformatics.scm (python-intervaltree): Update to 3.1.0.
2022-08-02 14:37:38 +02:00
Ricardo Wurmus 4bc130dcc0
gnu: Add python-geosketch.
* gnu/packages/python-science.scm (python-geosketch): New variable.
2022-08-02 14:37:38 +02:00
Ricardo Wurmus d4b0dc047f
gnu: Add python-fbpca.
* gnu/packages/python-science.scm (python-fbpca): New variable.
2022-08-02 14:37:38 +02:00