Commit graph

114730 commits

Author SHA1 Message Date
Christopher Baines 08acdd0765
gnu: gcc-11: Adapt patching for hurd to not use gexp's.
As this causes issues with gcc-cross-boot0, since it doesn't use gexp's and
that means the builder script ends up broken.

I'm not testing this properly, I've only confirmed that with this change, you
can generate a derivation for hello for i586-gnu where that derivation and all
inputs don't have broken builder scripts. Plus the output for hello on
x86_64-linux is unchanged.

* gnu/packages/gcc.scm (gcc-11)[arguments]: Rewrite to not use gexps.
[native-inputs]: Add a patch for the hurd if that's the target.
2023-05-04 14:43:53 +01:00
Ludovic Courtès 916c6e5716
profiles: 'texlive-font-maps' gracefully handles lack of texlive inputs.
Fixes <https://issues.guix.gnu.org/63043>.

* guix/profiles.scm (texlive-font-maps): Define 'texlive-inputs'.
[build]: Use it.
Return #f when TEXLIVE-INPUTS is empty.
2023-05-04 13:09:00 +02:00
Ludovic Courtès 25f04945d9
import: elpa: Standardize warning message.
* guix/import/elpa.scm (melpa-recipe->origin): Standardize warning
message.
2023-05-04 13:09:00 +02:00
Ludovic Courtès 124b921a5e
import: Cosmetic tweaks to 'recursive-import'.
* guix/import/utils.scm (recursive-import): Tweak docstring.  Simplify
'apply' call.
2023-05-04 13:09:00 +02:00
Ludovic Courtès 39eb9b5a5c
import: elpa: Use the expected repo in recursive imports.
* guix/import/elpa.scm (elpa-recursive-import): Pass REPO in calls to
'elpa->guix-package'.
2023-05-04 13:09:00 +02:00
Ludovic Courtès 8e065692c2
import: elpa: 'elpa->guix-package' accepts other keyword arguments.
This is a followup to 3c24da4260.

* guix/import/elpa.scm (elpa->guix-package): Add #:allow-other-keys.
2023-05-04 13:09:00 +02:00
Felix Gruber 59640af1c5
gnu: dune-common: Skip tests that fail on aarch64-linux.
* gnu/packages/patches/dune-common-skip-failing-tests.patch: New file.
* gnu/packages/maths.scm (dune-common)[source]: Add it
* gnu/local.mk (dist_patch_DATA): Register it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-05-04 13:08:59 +02:00
Ludovic Courtès fc6c96c88a
ftp-client: 'connect*' retries until the timeout has expired.
Partly fixes <https://issues.guix.gnu.org/63024>.
Reported by Greg Hogan <code@greghogan.com>
and Timo Wilken <guix@twilken.net>.

* guix/ftp-client.scm (connect*): When 'select' returns an empty set,
try again until TIMEOUT has expired.
2023-05-04 13:08:59 +02:00
Eric Bavier 7a0a186a32
gnu: rdiff-backup: Update to 2.2.4.
* gnu/packages/backup.scm (rdiff-backup): Update to 2.2.4.
[inputs]: Add python-pyaml.
2023-05-03 23:46:02 -05:00
Eric Bavier d71bbf2e7d
gnu: pinball: Update to 0.3.20230219.
* gnu/packages/games.scm (pinball): Update to 0.3.20230219.
[inputs]: Use sdl-union.
[arguments]: Adjust configure flags.  Use gexps.  Remove debug outpu.
2023-05-03 22:34:56 -05:00
Maxim Cournoyer ae6643326a
gnu: python-wxpython: Add a debug output
* gnu/packages/wxwidgets.scm (python-wxpython) [outputs]: New field.
[arguments]: Provide the '--debug' build option in the configure phase.
2023-05-03 22:09:04 -04:00
Maxim Cournoyer 679dcb403e
gnu: python-wxpython: Use gexps.
* gnu/packages/wxwidgets.scm (python-wxpython) [arguments]: Use gexps.
Provide the '--use_syswx' build option via the WXPYTHON_BUILD_ARGS environment
variable.
2023-05-03 22:09:04 -04:00
Maxim Cournoyer 70d3327460
gnu: wxwidgets: Add a debug output.
* gnu/packages/wxwidgets.scm (wxwidgets) [outputs]: New field.
[arguments]: Add --enable-debug_info to #:configure-flags argument.
2023-05-03 22:09:04 -04:00
Maxim Cournoyer 7c4f524bc8
gnu: wxwidgets: Update to 3.2.2.1.
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.2.2.1.
2023-05-03 22:09:03 -04:00
Ricardo Wurmus 3f02f7d937
gnu: pigx-sars-cov-2: Update to 0.0.9.
* gnu/packages/bioinformatics.scm (pigx-sars-cov-2): Update to 0.0.9.
2023-05-03 17:02:02 +02:00
Nicolas Goaziou 23c65faff2
gnu: emacs-circadian: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-circadian)[arguments]<#:phases>: Skip
failing tests.
2023-05-03 16:12:59 +02:00
Nicolas Goaziou 9559356264
gnu: emacs-lacarte: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-lacarte)[source]: Use GitHub as
upstream. Fix version number.
[description]: Expound it.
[license]: Set to GPL3+.
2023-05-03 15:29:35 +02:00
Nicolas Goaziou f7bbce48ab
gnu: emacs-markup-faces: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-markup-faces)[source]: Use GitHub as
upstream, MELPA Stable failed us…
[description]: Appease linter and fix capitalization.
2023-05-03 15:21:47 +02:00
Maxim Cournoyer 6bc3e3f9ba
services: cups: Use cups-minimal to avoid PAM authentication.
Fixes <https://issues.guix.gnu.org/63198>.

Our CUPS service doesn't currently extend the PAM configuration, and prevents
users from authenticating.  Use cups-minimal, which has no PAM support.

* gnu/services/cups.scm (cups-configuration) [cups]: Use cups-minimal.
(opaque-cups-configuration): Likewise.
2023-05-03 08:20:31 -04:00
Ivan Gankevich 0cbbc1996d
gnu: Add sipp.
* gnu/packages/telephony.scm (sipp): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-05-03 12:36:08 +02:00
Alexey Abramov 9b9883c773
gnu: Add libfyaml.
* gnu/packages/serialization.scm (libfyaml): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-05-03 12:36:08 +02:00
Aleksandr Vityazev 0abde609f2
gnu: rrdtool: Update to 1.8.0.
* gnu/packages/rrdtool.scm (rrdtool): Update to 1.8.0.
[source]: Change URI making Github the primary distribution point;
[inputs]: Use new style;
[arguments]: Use gexps, remove PRE-CONFIGURE phase.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-05-03 12:36:07 +02:00
Gabriel Wicki 96f227e2fa
gnu: Add emacs-riscv-mode.
* gnu/packages/emacs-xyz.scm (emacs-riscv-mode): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-05-03 12:36:07 +02:00
Nicolas Goaziou 6f3be37c68
gnu: open-adventure: Update to 1.16.
* gnu/packages/games.scm (open-adventure): Update to 1.16.
2023-05-03 12:36:07 +02:00
Nicolas Goaziou d6fb9a51b3
gnu: emacs-osm: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.12.
2023-05-03 12:36:06 +02:00
Nicolas Goaziou 76911699c9
gnu: emacs-ivy-rich: Update to 0.1.7.
* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.7.
2023-05-03 12:36:06 +02:00
Nicolas Goaziou d51082e8a5
gnu: emacs-inspector: Update to 0.29.
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.29.
2023-05-03 12:36:06 +02:00
Nicolas Goaziou 118096daff
gnu: emacs-org: Update to 9.6.5.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.5.
2023-05-03 12:36:05 +02:00
Nicolas Goaziou de55697268
gnu: emacs-tramp: Update to 2.6.0.4.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.0.4.
2023-05-03 12:36:05 +02:00
Nicolas Goaziou 13acc9e827
gnu: emacs-eglot: Update to 1.15.
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.15.
2023-05-03 12:36:05 +02:00
Nicolas Goaziou ead1e87382
gnu: emacs-tldr: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-tldr)[source]<origin>: Do not generate URI
from home page.  Drop ".git" suffix.
[description]: Use proper capitalization and normalize Texinfo markup.
2023-05-03 12:36:05 +02:00
Nicolas Goaziou ab1c570aa7
gnu: emacs-tldr: Update to 0-2.1b09d20.
* gnu/packages/emacs-xyz.scm (emacs-tldr): Update to 0-2.1b09d20.
2023-05-03 12:36:04 +02:00
Kyle Andrews dc053d17b7
gnu: emacs-tldr: Include unzip dependency.
* gnu/packages/emacs-xyz.scm (emacs-tldr)[arguments]<#:phases>: Add a phase to
avoid propagating unzip.
[inputs]: Add unzip.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-05-03 12:35:58 +02:00
Ricardo Wurmus 83a6ca3c60
gnu: Add fanc.
* gnu/packages/bioinformatics.scm (fanc): New variable.
2023-05-03 11:59:54 +02:00
宋文武 bfe513eeb3
gnu: python-markdownify: Update to 0.11.6, fix build.
* gnu/packages/markup.scm (python-markdownify): Update 0.11.6.
[arguments]: Run tests using 'pytest'.
[propagated-inputs]: Remove python-flake8.
2023-05-03 17:57:23 +08:00
Efraim Flashner a60ca78823
gnu: gtksourceview: Update to 5.8.0.
* gnu/packages/gtk.scm (gtksourceview): Update to 5.8.0.
2023-05-03 11:39:59 +03:00
Efraim Flashner 59268c5ef1
gnu: python-numpy: Fix building for armhf-linux.
* gnu/packages/python-xyz.scm (python-numpy)[arguments]: Skip another
test in the 'check phase when building for armhf-linux.
2023-05-03 11:39:59 +03:00
Andre A. Gomes 47097b947b
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>
2023-05-03 10:35:02 +02:00
Guillaume Le Vaillant d9dc1eb7ba
gnu: sdr++: Update to 1.1.0-1.b89fdba.
* gnu/packages/radio.scm (sdr++): Update to 1.1.0-1.b89fdba.
  [inputs]: Add zstd:lib. Remove labels.
  [arguments]: Use gexps.
2023-05-03 10:27:09 +02:00
Guillaume Le Vaillant cdd83a5014
gnu: gqrx: Update to 2.16.
* gnu/packages/radio.scm (gqrx): Update to 2.16.
2023-05-03 10:10:15 +02:00
宋文武 94e2e35534
gnu: lxqt-archiver: Update to 0.8.0.
* gnu/packages/lxqt.scm (lxqt-archiver): Update to 0.8.0.
2023-05-03 09:30:20 +08:00
宋文武 be58e76b20
gnu: screengrab: Update to 2.6.0.
* gnu/packages/lxqt.scm (screengrab): Update to 2.6.0.
2023-05-03 09:30:20 +08:00
宋文武 e6e7acb3d7
gnu: qterminal: Update to 1.3.0.
* gnu/packages/lxqt.scm (qterminal): Update to 1.3.0.
2023-05-03 09:30:20 +08:00
宋文武 55c6a76e90
gnu: qtermwidget: Update to 1.3.0.
* gnu/packages/lxqt.scm (qtermwidget): Update to 1.3.0.
2023-05-03 09:30:20 +08:00
宋文武 6f7e0a01da
gnu: qps: Update to 2.7.0.
* gnu/packages/lxqt.scm (qps): Update to 2.7.0.
2023-05-03 09:30:20 +08:00
宋文武 af090c8d2b
gnu: pavucontrol-qt: Update to 1.3.0.
* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 1.3.0.
2023-05-03 09:30:20 +08:00
宋文武 77f8dfe844
gnu: lximage-qt: Update to 1.3.0.
* gnu/packages/lxqt.scm (lximage-qt): Update to 1.3.0.
2023-05-03 09:30:20 +08:00
宋文武 ab720b19b0
gnu: pcmanfm-qt: Update to 1.3.0.
* gnu/packages/lxqt.scm (pcmanfm-qt): Update to 1.3.0.
2023-05-03 09:30:20 +08:00
宋文武 47337df998
gnu: libfm-qt: Update to 1.3.0.
* gnu/packages/lxqt.scm (libfm-qt): Update to 1.3.0.
2023-05-03 09:30:20 +08:00
宋文武 aae0fdee9f
gnu: lxqt-themes: Update to 1.3.0.
* gnu/packages/lxqt.scm (lxqt-themes): Update to 1.3.0.
2023-05-03 09:30:20 +08:00