Commit graph

100429 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice 6c2e14a43a
doc: Note the pitfalls of man 8 mount.
* doc/guix.texi (File Systems): Warn against flags presented as options.
2022-08-14 02:00:00 +02:00
Tobias Geerinckx-Rice 6983ded42b
doc: Remove extraneous ‘Note…’.
* doc/guix.texi (File Systems): Remove a ‘Note that’ & begin a new
paragraph.
2022-08-14 02:00:00 +02:00
Tobias Geerinckx-Rice a08f6e1c51
gnu: bind: Update to 9.16.32.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.32.
2022-08-14 02:00:00 +02:00
Mathieu Othacehe 845c841e21
time-travel-manifest: Use a separate cache per system.
* etc/time-travel-manifest.scm (<guix-instance-compiler>): Use a separate
cache per system so that parallel system evaluations do no step on each
other's toes.
2022-08-17 15:42:56 +02:00
Nikolay Korotkiy 800393bf14
gnu: gdal: Update to 3.5.1.
* gnu/packages/geo.scm (gdal): Update to 3.5.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-17 15:22:42 +02:00
Nikolay Korotkiy 359fd26fc4
gnu: python-maxminddb: Update to 2.2.0.
* gnu/packages/geo.scm (python-maxminddb): Update to 2.2.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-17 15:21:56 +02:00
Nikolay Korotkiy 2eba49db92
gnu: libmaxminddb: Update to 1.6.0.
* gnu/packages/geo.scm (libmaxminddb): Update to 1.6.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-17 15:21:35 +02:00
Nikolay Korotkiy 94528ffacd
gnu: geos: Update to 3.11.0.
* gnu/packages/geo.scm (geos): Update to 3.11.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-17 15:16:46 +02:00
Nicolas Goaziou a0d3412468
gnu: scintilla: Update to 5.2.4.
* gnu/packages/text-editors.scm (scintilla): Update to 5.2.4.
2022-08-17 14:50:17 +02:00
Nicolas Goaziou fec225aa47
gnu: fsearch: Update to 0.2.
* gnu/packages/search.scm (fsearch): Update to 0.2.
[inputs]: Replace PCRE with PCRE2.
2022-08-17 11:51:03 +02:00
Nicolas Goaziou 08b81199d1
gnu: emacs-eldev: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.2.
2022-08-17 11:51:02 +02:00
Nicolas Goaziou 9f73df8071
gnu: emacs-crdt: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.1.
2022-08-17 11:50:57 +02:00
Mathieu Othacehe 5bbb9af5d9
ci: Fix the images specification.
If the current-guix-package parameter is not set, Cuirass will try to update
the in-store Git checkout used by the evaluate.scm inferior:

ice-9/boot-9.scm:1685:16: In procedure raise-exception: ERROR:
1. &inferior-exception: arguments: (git-error #<inferior-object #<<git-error>
code: -3 message: "could not find repository from
'/gnu/store/v33m82qzkvd96dlp2g83dvz62n4pkad2-guix-20d8081'" class: 6>>)
inferior: #<inferior pipe (0 1 1) 7f7948957dc0>
stack: ((#f ("ice-9/boot-9.scm" 1779 13)) (raise-exception ("ice-9/boot-9.scm"
1682 16)) (raise-exception ("ice-9/boot-9.scm" 1684 16)) (#f ("guix/git.scm"
395 13))

This is a follow-up of: 5bce4c8242.

* gnu/ci.scm (image-jobs): Add source and commit arguments.
Use them to set the current-guix-package parameter.
(cuirass-jobs): Adapt accordingly.
2022-08-17 11:29:38 +02:00
Guillaume Le Vaillant a944fd6c4e
gnu: xnec2c: Update to 4.4.11.
* gnu/packages/radio.scm (xnec2c): Update to 4.4.11.
2022-08-17 11:09:37 +02:00
Guillaume Le Vaillant 0236b036a4
gnu: sdrangel: Update to 7.6.2.
* gnu/packages/radio.scm (sdrangel): Update to 7.6.2.
  [inputs]: Add qtwebchannel-5 and qtwebengine-5.
2022-08-17 11:01:16 +02:00
Guillaume Le Vaillant 6ca41feda8
gnu: stumpwm-contrib: Fix description.
* gnu/packages/wm.scm (stumpwm-contrib)[synopsis, description]: Fix them.
2022-08-17 10:15:40 +02:00
Trevor Richards 013efb8a12
gnu: stumpwm-contrib: Update to 0.0.1-4.d0c0507.
* gnu/packages/wm.scm (stumpwm-contrib): Update to 0.0.1-4.d0c0507.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-17 10:10:39 +02:00
Nikolay Korotkiy 0b69ed70ec
gnu: osm2pgsql: Update to 1.7.0.
* gnu/packages/geo.scm (osm2pgsql): Update to 1.7.0.
  [source]: Update snippet.
  [inputs]: Add fmt and rapidjson.
  [arguments]: Update 'configure-flags'.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-17 10:03:07 +02:00
Hilton Chain e4aca1cc3f
gnu: Add python-lief.
From c865b31b702d0e5f86faaadcb306cea269ae1109 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako@ultrarare.space>
Date: Tue, 16 Aug 2022 21:26:33 +0800
Subject: [PATCH v3] gnu: Add python-lief.

* gnu/packages/python-xyz.scm (python-lief): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-17 09:23:28 +02:00
Mike Jones b74386efea
gnu: neovim: Update to 0.7.2.
* gnu/packages/vim.scm (neovim): Update to 0.7.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-17 14:17:55 +08:00
Mike Jones 7df39e6b2d
gnu: fish: Update to 3.5.1.
* gnu/packages/shells.scm (fish): Update to 3.5.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-17 13:57:44 +08:00
宋文武 4e562883d1
gnu: icestorm: Update to 0.0-4.2bc5417.
* gnu/packages/fpga.scm (icestorm): Update to
commit 2bc541743ada3542c6da36a50e66303b9cbd2059.
2022-08-17 13:53:39 +08:00
Denis 'GNUtoo' Carikli 3220edac2a
gnu: greybird-gtk-theme: Build with librsvg-for-system.
* gnu/packages/gnome-xyz.scm (greybird-gtk-theme)[inputs]:
Replace librsvg with librsvg-for-system.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-17 13:36:53 +08:00
Hilton Chain 11636ee9c0
gnu: emacs-straight-el: Update to fed2153.
* gnu/packages/emacs-xyz.scm (emacs-straight-el):
Update to fed215348076ba9182f634e0770a175220474b5a.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-17 13:33:06 +08:00
Tobias Geerinckx-Rice 3bdc0ef2cd
gnu: rsync: Update to 3.2.5 [fixes CVE-2022-29154].
* gnu/packages/rsync.scm (rsync): Update to 3.2.5.
2022-08-14 02:00:03 +02:00
Tobias Geerinckx-Rice 3eb3e198b9
gnu: plocate: Update to 1.1.16.
* gnu/packages/search.scm (plocate): Update to 1.1.16.
2022-08-14 02:00:02 +02:00
Tobias Geerinckx-Rice 96e862f887
gnu: font-util: Update to 1.3.3.
* gnu/packages/xorg.scm (font-util): Update to 1.3.3.
2022-08-14 02:00:02 +02:00
Tobias Geerinckx-Rice d59442f24e
installer: parted: Don't export WITH-DELAY-DEVICE-IN-USE?.
* gnu/installer/parted.scm: Remove WITH-DELAY-DEVICE-IN-USE? from the
module's export list.
2022-08-14 02:00:02 +02:00
Tobias Geerinckx-Rice 9544553c8b
gnu: arx-libertatis: Update to 1.2.1.
* gnu/packages/games.scm (arx-libertatis): Update to 1.2.1.
2022-08-14 02:00:02 +02:00
Tobias Geerinckx-Rice 05377d5676
gnu: dhewm3: Remove input labels.
* gnu/packages/game-development.scm (dhewm3)[inputs]:
Remove input labels.
2022-08-14 02:00:02 +02:00
Tobias Geerinckx-Rice 160de94418
gnu: dhewm3: Update to 1.5.2.
* gnu/packages/game-development.scm (dhewm3): Update to 1.5.2.
[arguments]: Don't explicitly return #t from phases.
[inputs]: Remove libjpeg-turbo, libogg, and libvorbis.
2022-08-14 02:00:01 +02:00
Tobias Geerinckx-Rice ed0266fcae
gnu: font-gnu-unifont: Update to 14.0.04.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 14.0.04.
2022-08-14 02:00:01 +02:00
Tobias Geerinckx-Rice dbfadac361
gnu: fio: Update to 3.31.
* gnu/packages/benchmark.scm (fio): Update to 3.31.
2022-08-14 02:00:01 +02:00
Tobias Geerinckx-Rice 8bd30dd207
gnu: ldns: Update to 1.8.3.
* gnu/packages/dns.scm (ldns): Update to 1.8.3.
2022-08-14 02:00:01 +02:00
Tobias Geerinckx-Rice cee96b6c41
gnu: cpuid: Update to 20220812.
* gnu/packages/linux.scm (cpuid): Update to 20220812.
2022-08-14 02:00:00 +02:00
Mathieu Othacehe e6a75d013d
gnu: lttng-tools: Update the hash.
This is a follow-up of c53a5e7dc3.

* gnu/packages/instrumentation.scm (lttng-tools)[source]: Update it.
2022-08-16 23:59:11 +02:00
Jonathan Brielmaier 195567304a
gnu: lttng-ust: Update source hash.
This was forgotten in eca0227239.

* gnu/packages/instrumentation.scm (lttng-ust)[source]: Correct the hash.
2022-08-16 23:02:20 +02:00
Liliana Marie Prikler 37cd553679
ui: Describe package outputs.
* guix/ui.scm (package->recutils): Output outputs with their descriptions,
one per line.
* po/packages/Makevars (XGETTEXT_OPTIONS): Add ‘output-synopsis’ as keyword.
2022-08-16 21:25:25 +02:00
jgart 0193f9dd03
gnu: Add cl-string-pokemonize.
* gnu/packages/lisp-xyz.scm (cl-string-pokemonize): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-08-16 21:25:20 +02:00
Pierre-Henry Fröhring f41d75b75c
gnu: Add emacs-mini-frame.
* gnu/packages/emacs-xyz.scm (emacs-mini-frame): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-08-16 21:19:35 +02:00
Ricardo Wurmus 8aab1f7c73
gnu: Add go-github-com-biogo-biogo.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-biogo): New variable.
2022-08-16 16:52:15 +02:00
Ricardo Wurmus 2407416d0f
gnu: Add go-github-com-biogo-hts-fai.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-fai): New variable.
2022-08-16 16:50:16 +02:00
Ricardo Wurmus 31e0ac6dcf
gnu: Add go-github-com-biogo-hts-csi.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-csi): New variable.
2022-08-16 16:50:01 +02:00
Ricardo Wurmus b4f389e1b9
gnu: Add go-github-com-biogo-hts-cram.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-cram): New variable.
2022-08-16 16:44:58 +02:00
Ricardo Wurmus ecb7dedaed
gnu: Add go-github-com-kortschak-utter.
* gnu/packages/golang.scm (go-github-com-kortschak-utter): New variable.
2022-08-16 16:44:42 +02:00
Ricardo Wurmus e9bec5bd40
gnu: Add go-github-com-biogo-hts-bgzf.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-bgzf): New variable.
2022-08-16 16:28:33 +02:00
Ricardo Wurmus bb162a5103
gnu: Add go-github-com-biogo-hts-tabix.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-tabix): New variable.
2022-08-16 16:28:23 +02:00
Ricardo Wurmus 4645a5d3f6
gnu: Add go-github-com-biogo-hts-sam.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-sam): New variable.
2022-08-16 16:28:11 +02:00
Ricardo Wurmus b986325b13
gnu: Add go-github-com-biogo-hts-bam.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-bam): New variable.
2022-08-16 16:23:04 +02:00
Ricardo Wurmus 2345cd49de
gnu: Add go-github-com-biogo-store-step.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-store-step): New variable.
2022-08-16 16:18:57 +02:00