me
/
guix
Archived
1
0
Fork 0
Commit Graph

108003 Commits (fcc06aec35a081ee32e80a777b6f3bc9f90f4cc7)

Author SHA1 Message Date
Tobias Geerinckx-Rice fcf54c717f
gnu: python-sshtunnel: Fix build.
* gnu/packages/python-xyz.scm (python-sshtunnel)[native-inputs]:
Add python-mock.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice b2066b2ac2
gnu: libbsd: Update to 0.11.7.
* gnu/packages/libbsd.scm (libbsd): Update to 0.11.7.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice 32e022d574
gnu: xfstests: Update to 1.1.0-2.87f90a2.
This fixes the build.

* gnu/packages/file-systems.scm (xfstests):
Update to 1.1.0-2.87f90a2.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice cfbaef68eb
gnu: libinih: Update to 57.
* gnu/packages/linux.scm (libinih): Update to 57.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice 236edb05d7
gnu: nvme-cli: Separate :doc files.
* gnu/packages/linux.scm (nvme-cli)[outputs]: Add "doc".
[arguments]: Install HTML documentation there.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice 0dafac1cfb
gnu: nvme-cli: Update to 2.5.
* gnu/packages/linux.scm (nvme-cli): Update to 2.5.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice 07f436ce13
gnu: libnvme: Separate :doc files.
Also fix the .rst files being dumped in the root of the output.

* gnu/packages/linux.scm (libnvme)[outputs]: Add "doc".
[arguments]: Install HTML and RST documentation there.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice 2ca16e4318
gnu: libnvme: Update to 1.5.
* gnu/packages/linux.scm (libnvme): Update to 1.5.
2023-07-16 02:00:08 +02:00
Tobias Geerinckx-Rice 9e983c611e
gnu: lesspipe: Update to 2.08.
* gnu/packages/less.scm (lesspipe): Update to 2.08.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice 9991028fef
gnu: libtraceevent: Shorten source snippet.
* gnu/packages/linux.scm (libtraceevent)[source]:
Use SUBSTITUTE*'s features.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice 1063a3b564
gnu: libtraceevent: Update to 1.7.3.
* gnu/packages/linux.scm (libtraceevent): Update to 1.7.3.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice 4feaefbb27
gnu: gnome-multi-writer: Fix build.
* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]: Add gettext-minimal.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice 33166500d2
gnu: gnome-multi-writer: Remove input labels.
* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]:
Remove input labels.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice 3a63ed24f2
gnu: rspamd: Update to 3.5.
* gnu/packages/mail.scm (rspamd): Update to 3.5.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice f86cd0280e
gnu: ytnef: Update to 2.1.2.
* gnu/packages/mail.scm (ytnef): Update to 2.1.2.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice e0c434ee72
gnu: tpacpi-bat: Fix cross-compilation.
* gnu/packages/linux.scm (tpacpi-bat)[arguments]: Use SEARCH-INPUT-FILE.
[inputs]: Add coreutils-minimal.
2023-07-16 02:00:07 +02:00
Tobias Geerinckx-Rice 4267580a53
gnu: tpacpi-bat: Update to 3.2.
* gnu/packages/linux.scm (tpacpi-bat): Update to 3.2.
[arguments]: Don't explicitly return #t from phases.
linux tpacpi-bat
2023-07-16 02:00:07 +02:00
Maxim Cournoyer 1d837aaa32
tests: lightdm: Bump timeout waiting for screen text to 60 seconds.
This is to avoid non-deterministic failures on slower machines.

* gnu/tests/lightdm.scm (run-lightdm-test) <wait-for-screen-text>: Bump
timeout to 60 s (from the default 30 s).
2023-07-19 10:38:15 -04:00
Maxim Cournoyer 1edbadc6b4
tests: xvnc: Fix 'gdm auto-suspend is disabled' test.
This failure is another collateral from commit a09c7da ("tests: Fork and exec
a new Guile for the marionette REPL."), which isolated the marionette
evaluation environment from that of the host.

* gnu/tests/vnc.scm (run-xvnc-test): Move the (guix build utils) import to...
["gdm auto-suspend is disabled"]: ... inside the marionette-eval of this
test.  Complete comment.

Reported-by: Bruno Victal <mirai@makinata.eu>
2023-07-19 10:38:15 -04:00
Bruno Victal 9542429299
tests: xvnc: Group up GDM test and use GNU Ocrad instead of Tesseract.
* gnu/tests/vnc.scm (run-xvnc-test): Group up GDM test.  Use GNU Ocrad.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-19 10:38:15 -04:00
Bruno Victal ab2abe16de
tests: gdm: Prefer OCR to delay.
* gnu/tests/gdm.scm (run-gdm-test): Use wait-for-screen-text instead of sleep.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-19 10:38:15 -04:00
Bruno Victal 6a86e2d13a
marionette: Allow passing custom OCR arguments.
* gnu/build/marionette.scm (%default-ocrad-arguments): New variable.
(invoke-ocrad-ocr, invoke-tesseract-ocr, marionette-screen-text)
[ocr-arguments]: New argument.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-19 10:38:15 -04:00
Ricardo Wurmus 5566f691a2
gnu: Add r-qfeatures.
* gnu/packages/bioconductor.scm (r-qfeatures): New variable.
2023-07-19 15:29:23 +02:00
Ricardo Wurmus 16a05db0ac
gnu: Add r-spectra.
* gnu/packages/bioconductor.scm (r-spectra): New variable.
2023-07-19 15:29:23 +02:00
Ricardo Wurmus 3fa6c2b1cb
gnu: Add r-rtcgatoolbox.
* gnu/packages/bioconductor.scm (r-rtcgatoolbox): New variable.
2023-07-19 15:29:23 +02:00
Ricardo Wurmus 571ad39628
gnu: Add r-gwastools.
* gnu/packages/bioconductor.scm (r-gwastools): New variable.
2023-07-19 15:29:22 +02:00
Ricardo Wurmus 5be6946e19
gnu: Add r-beadarray.
* gnu/packages/bioconductor.scm (r-beadarray): New variable.
2023-07-19 15:29:22 +02:00
Ricardo Wurmus a4dc8edced
gnu: Add r-beaddatapackr.
* gnu/packages/bioconductor.scm (r-beaddatapackr): New variable.
2023-07-19 15:29:22 +02:00
Ricardo Wurmus 9cf4d48850
gnu: Add r-ucell.
* gnu/packages/bioconductor.scm (r-ucell): New variable.
2023-07-19 15:29:22 +02:00
Ricardo Wurmus 91b1367e90
gnu: Add r-tcgautils.
* gnu/packages/bioconductor.scm (r-tcgautils): New variable.
2023-07-19 15:29:22 +02:00
Ricardo Wurmus 3132fcf7f8
gnu: Add r-globalancova.
* gnu/packages/bioconductor.scm (r-globalancova): New variable.
2023-07-19 15:29:22 +02:00
Ricardo Wurmus 72e6324b4a
gnu: Add r-seqarray.
* gnu/packages/bioconductor.scm (r-seqarray): New variable.
2023-07-19 15:29:22 +02:00
Ricardo Wurmus 1f80d41735
gnu: Add r-nebulosa.
* gnu/packages/bioconductor.scm (r-nebulosa): New variable.
2023-07-19 15:29:22 +02:00
Ricardo Wurmus 15b35874b1
gnu: Add r-ggtreeextra.
* gnu/packages/bioconductor.scm (r-ggtreeextra): New variable.
2023-07-19 15:29:22 +02:00
Ricardo Wurmus c63da4eb52
gnu: Add r-survcomp.
* gnu/packages/bioconductor.scm (r-survcomp): New variable.
2023-07-19 15:29:22 +02:00
Ricardo Wurmus 2edbfd43aa
gnu: r-missmethyl: Move out of experiments section.
* gnu/packages/bioconductor.scm (r-missmethyl): Move from experiments section
to packages section.
2023-07-19 15:29:14 +02:00
Ricardo Wurmus e74e9f6240
gnu: r-cellid: Move out of experiments section.
* gnu/packages/bioconductor.scm (r-cellid): Move from experiments section to
packages section.
2023-07-19 15:29:14 +02:00
Ricardo Wurmus efec1a8453
gnu: Add r-mfuzz.
* gnu/packages/bioconductor.scm (r-mfuzz): New variable.
2023-07-19 15:29:14 +02:00
Ricardo Wurmus 5a20a14c3e
gnu: Add r-raggedexperiment.
* gnu/packages/bioconductor.scm (r-raggedexperiment): New variable.
2023-07-19 15:29:14 +02:00
Ricardo Wurmus 9d45783d77
gnu: Add r-spatialexperiment.
* gnu/packages/bioconductor.scm (r-spatialexperiment): New variable.
2023-07-19 15:29:14 +02:00
Ricardo Wurmus c5f9e435da
gnu: Add r-singscore.
* gnu/packages/bioconductor.scm (r-singscore): New variable.
2023-07-19 15:29:14 +02:00
Ricardo Wurmus f77216721e
gnu: Add r-plyranges.
* gnu/packages/bioconductor.scm (r-plyranges): New variable.
2023-07-19 14:57:07 +02:00
Ricardo Wurmus b7d3a9e2f5
gnu: Add r-tkwidgets.
* gnu/packages/bioconductor.scm (r-tkwidgets): New variable.
2023-07-19 14:56:11 +02:00
Ricardo Wurmus dc889e85a9
gnu: Add r-dyndoc.
* gnu/packages/bioconductor.scm (r-dyndoc): New variable.
2023-07-19 14:55:11 +02:00
Ricardo Wurmus d0c96a78ed
gnu: Add r-genomicdatacommons.
* gnu/packages/bioconductor.scm (r-genomicdatacommons): New variable.
2023-07-19 14:54:02 +02:00
Ricardo Wurmus 46cae56dfe
gnu: Add r-snprelate.
* gnu/packages/bioconductor.scm (r-snprelate): New variable.
2023-07-19 14:53:06 +02:00
Ricardo Wurmus b4cfd40aae
gnu: Add r-enhancedvolcano.
* gnu/packages/bioconductor.scm (r-enhancedvolcano): New variable.
2023-07-19 14:37:54 +02:00
Ricardo Wurmus 1b48d723bd
gnu: Add r-logistf.
* gnu/packages/cran.scm (r-logistf): New variable.
2023-07-19 13:09:32 +02:00
Ricardo Wurmus c31eea21dd
gnu: Add r-formula-tools.
* gnu/packages/cran.scm (r-formula-tools): New variable.
2023-07-19 13:09:25 +02:00
Ricardo Wurmus 5f6daad3c8
gnu: Add r-operator-tools.
* gnu/packages/cran.scm (r-operator-tools): New variable.
2023-07-19 13:09:03 +02:00
Ricardo Wurmus 4415a421c4
gnu: Add r-uchardet.
* gnu/packages/cran.scm (r-uchardet): New variable.
2023-07-19 13:08:47 +02:00
Ricardo Wurmus ff6b2a88c4
gnu: Add r-gwasexacthw.
* gnu/packages/cran.scm (r-gwasexacthw): New variable.
2023-07-19 13:08:02 +02:00
Ricardo Wurmus b2750695f7
gnu: Add r-gsva.
* gnu/packages/bioconductor.scm (r-gsva): New variable.
2023-07-19 09:56:55 +02:00
Andre A. Gomes 1f53bfb7d7
gnu: cl-usocket: Update to 0.8.6.
* gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.6.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-19 09:14:25 +02:00
Andre A. Gomes 324f56927b
gnu: cl-ndebug: Update to 0.2.0.
* gnu/packages/lisp-xyz.scm (sbcl-ndebug): Update to 0.2.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-19 09:12:01 +02:00
Andre A. Gomes 54a49cf1cc
gnu: cl-lisp-unit2: Update to 0.9.4-0.b5aa17b.
* gnu/packages/lisp-check.scm (sbcl-lisp-unit2): Update to 0.9.4-0.b5aa17b.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-19 09:10:10 +02:00
Andre A. Gomes 2d298564e3
gnu: cl-array-utils: Update to 1.2.0-0.29da8fc.
* gnu/packages/lisp-xyz.scm (sbcl-array-utils): Update to 1.2.0-0.29da8fc.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-19 09:10:04 +02:00
Janneke Nieuwenhuizen 8831d3ba9f
gnu: commencement: hurd-minimal-boot0: Update to 0.9.git20230216.
* gnu/packages/commencement.scm (hurd-minimal-boot0): Remove redundant let
and package-with-bootstrap-guile.
[name]: New field; give proper name.
[version]: New field.
[source]: Update to 0.9.git20230216, using hurd-headers-boot0' source.
[inputs]: Add autoconf-boot0, automake-boot0, gnumach-headers-boot0.
[native-inputs]: Add autoconf-boot0, automake-boot0, and
gnumach-headers-boot0.
* gnu/packages/commencement.scm (hurd-version-boot0, hurd-source-boot0):
Remove.
2023-07-19 07:33:58 +02:00
Janneke Nieuwenhuizen e9c23e2c8e
gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216.
* gnu/packages/commencement.scm (hurd-headers-boot0): Remove redundant outer
let and package-with-bootstrap-guile.
[name]: New field; give proper name.
[version]: New field.
[source]: Update to 0.9.git20230216, using git-fetch-from-tarball.
[inputs]: Add autoconf-boot0, automake-boot0, gnumach-headers-boot0.
2023-07-19 07:33:58 +02:00
Josselin Poiret 72dbad505a
gnu: mig: Use git-fetch.
Now that we have `git-fetch-from-tarball' to break the cycle in commencement
for git-fetch sources, we can finally update mig to use git-fetch to allow
`--with-commit' builds.

* gnu/packages/hurd.scm (mig)[source]: Use git-fetch again.
* gnu/packages/commencement.scm (mig-boot0)[source]: Use
git-fetch-from-tarball accordingly.
2023-07-19 07:33:55 +02:00
Janneke Nieuwenhuizen c1840e9442
gnu: commencement: mig-boot0: Update to 1.8+git20230520.
* gnu/packages/commencement.scm (mig-boot0): Remove redundant
outer let.
[name]: New field, give proper name.
[version]: New field
[source]: Update to 1.8+git20230520.
[native-inputs]: Add autoconf-boot0, automake-boot0.
[inputs]: Add gnumach-headers-boot0.
2023-07-19 07:32:33 +02:00
Janneke Nieuwenhuizen 5315c23702
gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224.
* gnu/packages/commencement.scm (gnumach-headers-boot0)[name]: New field; give
proper name.
[source]: Update to 1.8+git20221224, using git-fetch-from-tarball.
[native-inputs]: Add autoconf-boot0, automake-boot0, texinfo-boot0.
[arguments]: Add 'patch-compat' phase to allow building hurd-minimal etc, with
our out-of-date bootstsrap binaries.
2023-07-19 07:32:32 +02:00
Ludovic Courtès ed88588931
gnu: commencement: Add git-fetch-from-tarball utility.
* gnu/packages/commencement.scm (git-fetch-from-tarball): New procedure.
2023-07-19 07:32:32 +02:00
Janneke Nieuwenhuizen 85f940b0e7
gnu: commencement: Add automake-boot0.
* gnu/packages/commencement.scm (automake-boot0): New variable.
2023-07-19 07:32:32 +02:00
Janneke Nieuwenhuizen 9c6081c705
gnu: commencement: Add autoconf-boot0.
* gnu/packages/commencement.scm (autoconf-boot0): New variable.
2023-07-19 07:32:29 +02:00
Hilton Chain 13cb9b3028
gnu: python-wand: Fix build.
Fixes <https://issues.guix.gnu.org/64350>.

* gnu/packages/python-xyz.scm (python-wand)[arguments]<#:phases>: Pass tests?
to 'check.

Reported-by: Thorsten Wilms <t_w_@freenet.de>
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-16 02:00:11 +02:00
Tobias Geerinckx-Rice f858d5c8a5
gnu: bcachefs-tools: Update to 0.1-17.c8bec83.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-17.c8bec83.
[arguments]: Remove obsolete PYTEST_ variables from #:make-flags, and add
NO_RUST.  Delete the obsolete 'promote-mount.bcachefs.sh phase.
Add a custom 'check phase.
[native-inputs]: Consolidate separate lists.
2023-07-16 02:00:03 +02:00
Tobias Geerinckx-Rice 09c14288cf
gnu: bcachefs-tools: Respect input rewriting.
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Rewrite the
'promote-mount.bcachefs.sh phase to use SEARCH-INPUT-FILE.
2023-07-16 02:00:03 +02:00
Tobias Geerinckx-Rice 31733c9090
gnu: libqb: Tweak description.
* gnu/packages/high-availability.scm (libqb)[synopsis]: Fix spelling.
[description]: Use @acronym{}.
2023-07-16 02:00:03 +02:00
Tobias Geerinckx-Rice 46cbb6e4d0
gnu: libqb: Update to 2.0.7.
* gnu/packages/high-availability.scm (libqb): Update to 2.0.7.
2023-07-16 02:00:03 +02:00
Tobias Geerinckx-Rice 1e8eacf724
gnu: libqb: Fix cross-compilation.
* gnu/packages/high-availability.scm (libqb)[native-inputs]:
Move libxml2 from here…
[inputs]: …to here.
2023-07-16 02:00:03 +02:00
Tobias Geerinckx-Rice 5e4480e967
gnu: libqb: Remove obsolete bootstrapping inputs.
* gnu/packages/high-availability.scm (libqb)[native-inputs]: Remove
autoconf, automake, and libtool.
2023-07-16 02:00:03 +02:00
Tobias Geerinckx-Rice 5593d1c39e
gnu: gifsicle: Update to 1.94.
* gnu/packages/image.scm (gifsicle): Update to 1.94.
[arguments]: Don't explicitly return #t from phases.
2023-07-16 02:00:03 +02:00
Tobias Geerinckx-Rice 4c20d7a661
gnu: hwinfo: Make with flags.
* gnu/packages/hardware.scm (hwinfo)[arguments]: Move CC, LIBDIR, and
VERSION from hacky substitutions to superior #:make-flags.  Honour them
in the 'build phase.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice 84779e6271
gnu: hwinfo: Factorise 'install-man-pages.
* gnu/packages/hardware.scm (hwinfo)[arguments]: Get section numbers
from the man page file names rather than hard-coding 2.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice f93605b32b
gnu: hwinfo: Use G-expressions.
* gnu/packages/hardware.scm (hwinfo)[source, arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice 2349eb62e2
gnu: hwinfo: Update to 23.1.
* gnu/packages/hardware.scm (hwinfo): Update to 23.1.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice d40b71069f
gnu: spread-sheet-widget: Omit static library.
* gnu/packages/gtk.scm (spread-sheet-widget)[arguments]:
Add "--disable-static" to #:configure-flags.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice 514d68b48f
gnu: spread-sheet-widget: Update to 0.8.
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.8.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice 5f520cc756
gnu: liblxi: Edit description.
* gnu/packages/hardware.scm (liblxi)[synopsis]: Use @acronym{}.
[description]: Likewise.  Expand.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice 03f618d63f
gnu: liblxi: Update to 1.20.
* gnu/packages/hardware.scm (liblxi): Update to 1.20.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice e9f8f2a706
gnu: gcab: Remove input labels.
* gnu/packages/package-management.scm (gcab)[native-inputs]:
Remove input labels.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice c1bdfed1f9
gnu: gcab: Update to 1.6.
* gnu/packages/package-management.scm (gcab): Update to 1.6.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice 3a806e92dc
gnu: wireshark: Update to 4.0.7.
* gnu/packages/networking.scm (wireshark): Update to 4.0.7.
2023-07-16 02:00:02 +02:00
Tobias Geerinckx-Rice 818e9ad283
gnu: traceroute: Use G-expressions.
* gnu/packages/networking.scm (traceroute)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice 708f62bc1c
gnu: traceroute: Update to 2.1.2.
* gnu/packages/networking.scm (traceroute): Update to 2.1.2.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice a18d57d1f8
gnu: spiped: Use G-expressions.
* gnu/packages/networking.scm (spiped)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice 7fcd97b779
gnu: spiped: Update to 1.6.2.
* gnu/packages/networking.scm (spiped): Update to 1.6.2.
[arguments]: Don't explicitly return #t from phases.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice 8cd281f878
gnu: iperf: Update to 3.14.
* gnu/packages/networking.scm (iperf): Update to 3.14.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice 75184011c7
gnu: ntp: Use G-expressions.
* gnu/packages/ntp.scm (ntp)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice 9a84da4418
gnu: ntp: Remove input labels.
* gnu/packages/ntp.scm (ntp)[inputs]:
Remove input labels.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice 2565a159fe
gnu: ntp: Update to 4.2.8p17.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p17.
[arguments]: Don't explicitly return #t from phases.
[source]: Remove obsolete patches.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice 7595a07da5
gnu: whois: Use G-expressions.
* gnu/packages/networking.scm (whois)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice c212bdf64f
gnu: whois: Remove input labels.
* gnu/packages/networking.scm (whois)[native-inputs]:
Remove input labels.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice bc5e71229d
gnu: whois: Update to 5.5.17.
* gnu/packages/networking.scm (whois): Update to 5.5.17.
[arguments]: Add BASHCOMPDIR to #:configure-flags.
Don't explicitly return #t from phases.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice e74ccdc483
gnu: evince: Update to 44.3.
* gnu/packages/gnome.scm (evince): Update to 44.3.
2023-07-16 02:00:01 +02:00
Tobias Geerinckx-Rice f8fcd6e533
gnu: evince: Parameterise source URI.
* gnu/packages/gnome.scm (evince)[source]: Use VERSION.
2023-07-16 02:00:00 +02:00
Tobias Geerinckx-Rice 91344faa93
gnu: xtensor: Update to 0.24.6.
* gnu/packages/algebra.scm (xtensor): Update to 0.24.6.
2023-07-16 02:00:00 +02:00
Tobias Geerinckx-Rice d9a851433a
gnu: hw-probe: Fix build.
* gnu/packages/hardware.scm (hw-probe)[arguments]:
‘lspci’ has moved to /bin.
2023-07-16 02:00:00 +02:00
Janneke Nieuwenhuizen 772eaa69f3
gnu: emacs: Depend on libc-for-target.
* gnu/packages/emacs.scm (emacs)[inputs]: Change glibc to (libc-for-target).
2023-07-18 18:34:55 +02:00
Nicolas Goaziou c2057a608e
gnu: texlive-biber: Fix license.
* gnu/packages/tex.scm (texlive-biber)[license]: Set to ARTISTIC2.0.
2023-07-18 18:19:02 +02:00
Nicolas Goaziou 0bc890a5cb
gnu: Add texlive-collection-binextra.
* gnu/packages/tex.scm (texlive-collection-binextra): New variable.
2023-07-18 18:19:02 +02:00
Nicolas Goaziou 6c5f4ab9e9
gnu: Add texlive-gsftopk.
* gnu/packages/tex.scm (texlive-gsftopk): New variable.
2023-07-18 18:19:01 +02:00
Nicolas Goaziou f42b48edf4
gnu: Add texlive-git-latexdiff.
* gnu/packages/tex.scm (texlive-git-latexdiff): New variable.
2023-07-18 18:19:01 +02:00
Nicolas Goaziou 9da7433cc7
gnu: Add texlive-fragmaster.
* gnu/packages/tex.scm (texlive-fragmaster): New variable.
2023-07-18 18:19:01 +02:00
Nicolas Goaziou d63b8ed17d
gnu: Add texlive-findhyph.
* gnu/packages/tex.scm (texlive-findhyph): New variable.
2023-07-18 18:19:00 +02:00
Nicolas Goaziou fd2a9e871c
gnu: Add texlive-dvisvgm.
* gnu/packages/tex.scm (texlive-dvisvgm): New variable.
2023-07-18 18:19:00 +02:00
Nicolas Goaziou 75822fbbfd
gnu: Add texlive-dvipos.
* gnu/packages/tex.scm (texlive-dvipos): New variable.
2023-07-18 18:18:59 +02:00
Nicolas Goaziou 8b53b69bc7
gnu: Add texlive-dvipng.
* gnu/packages/tex.scm (texlive-dvipng): New variable.
2023-07-18 18:18:59 +02:00
Nicolas Goaziou ccd3df80c3
gnu: Add texlive-dviout-util.
* gnu/packages/tex.scm (texlive-dviout-util): New variable.
2023-07-18 18:18:58 +02:00
Nicolas Goaziou 9f92a95579
gnu: Add texlive-dviljk.
* gnu/packages/tex.scm (texlive-dviljk): New variable.
2023-07-18 18:18:58 +02:00
Nicolas Goaziou 80fa1e3ea4
gnu: Add texlive-dviinfox.
* gnu/packages/tex.scm (texlive-dviinfox): New variable.
2023-07-18 18:18:57 +02:00
Nicolas Goaziou d5db87ab28
gnu: Add texlive-dvidvi.
* gnu/packages/tex.scm (texlive-dvidvi): New variable.
2023-07-18 18:18:57 +02:00
Nicolas Goaziou ad362ba2bf
gnu: Add texlive-dvicopy.
* gnu/packages/tex.scm (texlive-dvicopy): New variable.
2023-07-18 18:18:57 +02:00
Nicolas Goaziou f1e1ce32c2
gnu: Add texlive-dviasm.
* gnu/packages/tex.scm (texlive-dviasm): New variable.
2023-07-18 18:18:56 +02:00
Nicolas Goaziou 3fbe61197c
gnu: Add texlive-dvi2tty.
* gnu/packages/tex.scm (texlive-dvi2tty): New variable.
2023-07-18 18:18:56 +02:00
Nicolas Goaziou 89e1c9c22e
gnu: Add texlive-dtxgen.
* gnu/packages/tex.scm (texlive-dtxgen): New variable.
2023-07-18 18:18:56 +02:00
Nicolas Goaziou 2bc85d9380
gnu: Add texlive-dtl.
* gnu/packages/tex.scm (texlive-dtl): New variable.
2023-07-18 18:18:55 +02:00
Nicolas Goaziou d88e2fdd38
gnu: Add texlive-xpdfopen.
* gnu/packages/tex.scm (texlive-xpdfopen): New variable.
2023-07-18 18:18:55 +02:00
Nicolas Goaziou c79b6b6c5f
gnu: Add texlive-xindex.
* gnu/packages/tex.scm (texlive-xindex): New variable.
2023-07-18 18:18:55 +02:00
Nicolas Goaziou 8713eebf69
gnu: Add texlive-web.
* gnu/packages/tex.scm (texlive-web): New variable.
2023-07-18 18:18:54 +02:00
Nicolas Goaziou 21f2977a5c
gnu: Add texlive-upmendex.
* gnu/packages/tex.scm (texlive-upmendex): New variable.
2023-07-18 18:18:54 +02:00
Nicolas Goaziou d4a02c7bd0
gnu: Add texlive-typeoutfileinfo.
* gnu/packages/tex.scm (texlive-typeoutfileinfo): New variable.
2023-07-18 18:18:54 +02:00
Nicolas Goaziou fe8505c9c4
gnu: Add texlive-tpic2pdftex.
* gnu/packages/tex.scm (texlive-tpic2pdftex): New variable.
2023-07-18 18:18:53 +02:00
Nicolas Goaziou 902eaa8104
gnu: Add texlive-tlcockpit.
* gnu/packages/tex.scm (texlive-tlcockpit): New variable.
2023-07-18 18:18:53 +02:00
Nicolas Goaziou ef724f3067
gnu: Add texlive-tie.
* gnu/packages/tex.scm (texlive-tie): New variable.
2023-07-18 18:18:52 +02:00
Nicolas Goaziou e31843cdbf
gnu: Add texlive-texware.
* gnu/packages/tex.scm (texlive-texware): New variable.
2023-07-18 18:18:52 +02:00
Nicolas Goaziou a34c51d73b
gnu: Add texlive-texplate.
* gnu/packages/tex.scm (texlive-texplate): New variable.
2023-07-18 18:18:52 +02:00
Nicolas Goaziou 8619d89e2a
gnu: Add texlive-texosquery.
* gnu/packages/tex.scm (texlive-texosquery): New variable.
2023-07-18 18:18:51 +02:00
Nicolas Goaziou 04e7983502
gnu: Add texlive-texlogsieve.
* gnu/packages/tex.scm (texlive-texlogsieve): New variable.
2023-07-18 18:18:51 +02:00
Nicolas Goaziou bebd522580
gnu: Add texlive-texlogfilter.
* gnu/packages/tex.scm (texlive-texlogfilter): New variable.
2023-07-18 18:18:51 +02:00
Nicolas Goaziou 88205e3e04
gnu: Add texlive-texloganalyser.
* gnu/packages/tex.scm (texlive-texloganalyser): New variable.
2023-07-18 18:18:50 +02:00
Nicolas Goaziou d033c4b77a
gnu: Add texlive-texliveonfly.
* gnu/packages/tex.scm (texlive-texliveonfly): New variable.
2023-07-18 18:18:50 +02:00
Nicolas Goaziou d87cb08dd3
gnu: Add texlive-texfot.
* gnu/packages/tex.scm (texlive-texfot): New variable.
2023-07-18 18:18:49 +02:00
Nicolas Goaziou 1e9bf77acc
gnu: Add texlive-texdoctk.
* gnu/packages/tex.scm (texlive-texdoctk): New variable.
2023-07-18 18:18:49 +02:00
Nicolas Goaziou 5ba584fddd
gnu: Add texlive-texdoc.
* gnu/packages/tex.scm (texlive-texdoc): New variable.
2023-07-18 18:18:49 +02:00
Nicolas Goaziou c3a49731f6
gnu: Add texlive-texdirflatten.
* gnu/packages/tex.scm (texlive-texdirflatten): New variable.
2023-07-18 18:18:48 +02:00
Nicolas Goaziou e2b7940ca6
gnu: Add texlive-texdiff.
* gnu/packages/tex.scm (texlive-texdiff): New variable.
2023-07-18 18:18:48 +02:00
Nicolas Goaziou 2736be1a57
gnu: Add texlive-texdef.
* gnu/packages/tex.scm (texlive-texdef): New variable.
2023-07-18 18:18:48 +02:00
Nicolas Goaziou b29fd45b6a
gnu: Add texlive-texcount.
* gnu/packages/tex.scm (texlive-texcount): New variable.
2023-07-18 18:18:47 +02:00
Nicolas Goaziou 7490ea97d5
gnu: Add texlive-texaccents.
* gnu/packages/tex.scm (texlive-texaccents): New variable.
2023-07-18 18:18:47 +02:00
Nicolas Goaziou a9ea71d9f6
gnu: Add texlive-tex4ebook.
* gnu/packages/tex.scm (texlive-tex4ebook): New variable.
2023-07-18 18:18:46 +02:00
Nicolas Goaziou 4cd398c8b5
gnu: Add texlive-tex4ht.
* gnu/packages/tex.scm (texlive-tex4ht): New variable.
2023-07-18 18:18:46 +02:00
Nicolas Goaziou 7b1743d407
gnu: Add texlive-make4ht.
* gnu/packages/tex.scm (texlive-make4ht): New variable.
2023-07-18 18:18:46 +02:00
Nicolas Goaziou 91864110ad
gnu: Add texlive-sty2dtx.
* gnu/packages/tex.scm (texlive-sty2dtx): New variable.
2023-07-18 18:18:45 +02:00
Nicolas Goaziou dbc2a2dd12
gnu: Add texlive-srcredact.
* gnu/packages/tex.scm (texlive-srcredact): New variable.
2023-07-18 18:18:45 +02:00
Nicolas Goaziou 71a4228b9c
gnu: Add texlive-spix.
* gnu/packages/tex.scm (texlive-spix): New variable.
2023-07-18 18:18:45 +02:00
Nicolas Goaziou db4c351f1c
gnu: Add texlive-seetexk.
* gnu/packages/tex.scm (texlive-seetexk): New variable.
2023-07-18 18:18:44 +02:00
Nicolas Goaziou 6fdc79c121
gnu: Add texlive-purifyeps.
* gnu/packages/tex.scm (texlive-purifyeps): New variable.
2023-07-18 18:18:44 +02:00
Nicolas Goaziou bb5263af7c
gnu: Add texlive-pkfix-helper.
* gnu/packages/tex.scm (texlive-pkfix-helper): New variable.
2023-07-18 18:18:44 +02:00