Christopher Baines
c7e6d72a08
gnu: guix-build-coordinator: Update to 0-66.a410ff4.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-66.a410ff4.
2022-10-21 17:27:38 +01:00
Hilton Chain
2edd7cd00c
gnu: Add shrinkwrap.
...
* gnu/packages/python-xyz.scm (shrinkwrap): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-21 17:23:46 +01:00
Hilton Chain
3451b4adb7
gnu: python-lief: Update to 0.12.2.
...
* gnu/packages/python-xyz.scm (python-lief): Update to 0.12.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-21 17:23:45 +01:00
EuAndreh
77391a1d52
gnu: Add grap.
...
* gnu/packages/groff.scm (grap): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-10-21 17:08:40 +01:00
Jonathan Brielmaier
e94d63d49e
gnu: icedove: Update to 102.4.0.
...
* gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 102.4.0.
2022-10-21 13:27:56 +02:00
Jonathan Brielmaier
64562d0c43
gnu: icedove: Simplify native inputs.
...
Moving the thunderbird-source out of native-inputs makes the transition
to simplified inputs easier (at least for me).
* gnu/packages/gnuzilla.scm (%icedove-version, thunderbird-source): New
variables. Move out of the package definition.
(icedove)[arguments]: Adapt 'prepare-thunderbird-sources phase to gexp.
[native-inputs]: Simplify and remove thunderbird-source.
2022-10-21 12:15:39 +02:00
Nicolas Goaziou
98c4f0135c
gnu: emacs-org-cliplink: Improve a phase.
...
* gnu/packages/emacs-xyz.scm (emacs-org-cliplink)[arguments]<#:phases>: Fix
phase name. Clarify substitution done in the phase.
2022-10-21 10:10:46 +02:00
jgart
6b915fe58b
gnu: Add emacs-org-cliplink.
...
* gnu/packages/emacs-xyz.scm (emacs-org-cliplink): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-10-21 09:55:01 +02:00
jgart
9365d0e16b
gnu: Add emacs-purs-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-purs-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-10-21 09:55:01 +02:00
Nicolas Goaziou
928cae3443
gnu: emacs-pyim: Update to 5.2.6.
...
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.6.
2022-10-21 09:55:00 +02:00
Nicolas Goaziou
9e538b4007
gnu: emacs-auctex: Update to 13.1.5.
...
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.5.
2022-10-21 09:55:00 +02:00
Ludovic Courtès
e0b414fc59
lint: source: Handle <svn-multi-reference> origins.
...
This is a followup to 2383e14518
.
* guix/lint.scm (svn-reference-uri-with-userinfo): Accept REF being
an <svn-multi-reference> record.
(check-source): Handle 'svn-multi-reference?' origins like
'svn-reference?' origins.
2022-10-20 23:07:38 +02:00
Ludovic Courtès
c077345539
file-systems: Support the 'no-diratime' mount flag.
...
* gnu/build/file-systems.scm (mount-flags->bit-mask): Handle 'no-diratime'.
* doc/guix.texi (File Systems): Document it.
2022-10-20 23:07:37 +02:00
Ludovic Courtès
6352e3a17b
syscalls: Define 'MS_NODIRATIME' and recognize "nodiratime".
...
Fixes <https://issues.guix.gnu.org/58663 >.
This is a followup to b665dd4a99
and
dcb640f02b
, allowing "nodiratime" to be
preserved for bind mounts.
* guix/build/syscalls.scm (MS_NODIRATIME): New variable.
(option-string->mount-flags): Recognize it.
(statfs-flags->mount-flags): Likewise.
2022-10-20 23:07:37 +02:00
Ludovic Courtès
4056cd9480
ci: Add 'start-time' and 'stop-time' to <build> records.
...
* guix/ci.scm (seconds->date): New procedure.
(<build>)[start-time, stop-time]: New fields.
(build-duration): New procedure.
2022-10-20 23:07:37 +02:00
Ludovic Courtès
c5d83bee93
environment: Update docstring of 'launch-environment'.
...
This is a followup to 78d55b703d
.
Reported by Maxim Cournoyer.
* guix/scripts/environment.scm (launch-environment): Update docstring.
2022-10-20 23:07:37 +02:00
Mathieu Othacehe
00ff6f7c39
installer: Add a missing confirmation page before formatting.
...
This is a follow-up of: <https://issues.guix.gnu.org/57232 >
* gnu/installer/newt/partition.scm (run-label-page): Add a confirmation page
when dealing with an EFI installation.
2022-10-20 17:28:11 +02:00
Mark H Weaver
b172241134
gnu: icecat: Update to 102.4.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2022-42927, CVE-2022-42928, CVE-2022-42929, and
CVE-2022-42932.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2022-10-20 11:15:22 -04:00
Mathieu Othacehe
7ee77dc6df
services: wireguard: Add more configuration fields.
...
* gnu/services/vpn.scm (<wireguard-configuration>)[pre-up, post-up, pre-down,
post-down, table]: New fields.
(wireguard-configuration-file): Take them into account.
* doc/guix.texi (Wireguard): Update it.
2022-10-20 13:07:46 +02:00
Mathieu Othacehe
2a5c2a6184
installer: Propose the user to report a "guix system init" failure.
...
* gnu/installer/newt/final.scm (run-install-failed-page): Add a "Report the
failure" button.
2022-10-20 10:50:50 +02:00
Mathieu Othacehe
96bb00d203
installer: Run the "guix system init" command in a PTY.
...
Fixes: <https://issues.guix.gnu.org/55360 >
* gnu/installer/utils.scm (run-external-command-with-handler/tty): New
procedure.
(run-external-command-with-line-hooks, run-command): Add a TTY? argument.
* gnu/installer/final.scm (install-system): Call run-command with TTY?
argument set to #true.
2022-10-20 10:50:50 +02:00
cage
4716cea625
gnu: Add cl-trivial-sockets.
...
* gnu/packages/lisp-xyz.scm (cl-trivial-sockets, sbcl-trivial-sockets): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-10-20 10:04:05 +02:00
Leo Famulari
16d4ded630
gnu: linux-libre 5.4: Update to 5.4.219.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.219.
(linux-libre-5.4-pristine-source): Update hash.
2022-10-19 22:08:42 -04:00
Leo Famulari
f5c9379132
gnu: linux-libre 5.10: Update to 5.10.149.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.149.
(linux-libre-5.10-pristine-source): Update hash.
2022-10-19 22:08:35 -04:00
Tobias Geerinckx-Rice
e61660c78f
gnu: adcli: Update to 0.9.2.
...
* gnu/packages/sssd.scm (adcli): Update to 0.9.2.
2022-10-16 02:00:43 +02:00
Tobias Geerinckx-Rice
64a5cafb55
gnu: ne: Cross-compile.
...
* gnu/packages/text-editors.scm (ne)[arguments]: Use CC-FOR-TARGET and
don't strip binaries.
2022-10-16 02:00:43 +02:00
Tobias Geerinckx-Rice
e02a49e11d
gnu: Add age-keygen.
...
* gnu/packages/golang.scm (age-keygen): New public variable.
2022-10-16 02:00:33 +02:00
Tobias Geerinckx-Rice
d618307725
gnu: Add go-filippo-io-age.
...
* gnu/packages/password-utils.scm (age): Move from here…
* gnu/packages/golang.scm (age): …to here, and inherit from…
(go-filippo-io-age): …this new source-only package variable.
2022-10-16 02:00:33 +02:00
Tobias Geerinckx-Rice
07232e6b17
gnu: pass-age: Unpropagate inputs.
...
* gnu/packages/password-utils.scm (pass-age)[arguments]:
Add a new 'wrap-script phase.
[propagated-inputs]: Move them all from here…
[inputs]: …to here. Add missing procps for /bin/pkill.
2022-10-16 02:00:29 +02:00
Greg Hogan
88746cd80b
gnu: tmux: Update to 3.3a.
...
* gnu/packages/tmux.scm (tmux): Update to 3.3a.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-10-16 02:00:13 +02:00
Nicolas Graves
ac553ba68e
gnu: Add pass-age.
...
* gnu/packages/password-utils.scm (pass-age): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-10-16 02:00:03 +02:00
Nicolas Graves
4daa160b7b
gnu: Add age.
...
* gnu/packages/password-utils.scm (age): New variable.
2022-10-16 02:00:02 +02:00
Nicolas Graves
638d60c4a2
gnu: Add go-filippo-io-edwards25519.
...
* gnu/packages/golang.scm (go-filippo-io-edwards25519): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-10-16 02:00:02 +02:00
Tobias Geerinckx-Rice
c585582fc1
gnu: python-curtsies: Update to 0.4.0.
...
* gnu/packages/terminals.scm (python-curtsies): Update to 0.4.0.
[propagated-inputs]: Replace python-blessings with python-blessed.
[native-inputs]: Remove python-mock.
2022-10-16 02:00:02 +02:00
Tobias Geerinckx-Rice
fea40a0ceb
gnu: bpython: Update to 0.23.
...
* gnu/packages/python-xyz.scm (bpython): Update to 0.23.
2022-10-16 02:00:02 +02:00
Tobias Geerinckx-Rice
af01ce15a8
gnu: pass-tomb: Update to 1.3.
...
* gnu/packages/password-utils.scm (pass-tomb): Update to 1.3.
2022-10-16 02:00:02 +02:00
Tobias Geerinckx-Rice
0627af4db2
gnu: cracklib: Update to 2.9.8.
...
* gnu/packages/password-utils.scm (cracklib): Update to 2.9.8.
2022-10-16 02:00:02 +02:00
Tobias Geerinckx-Rice
14bcee508e
gnu: iperf: Update to 3.12.
...
* gnu/packages/networking.scm (iperf): Update to 3.12.
2022-10-16 02:00:02 +02:00
Tobias Geerinckx-Rice
9f3d6e2885
gnu: qtractor: Update to 0.9.28.
...
* gnu/packages/music.scm (qtractor): Update to 0.9.28.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
8c4ef41622
gnu: padthv1: Update to 0.9.27.
...
* gnu/packages/music.scm (padthv1): Update to 0.9.27.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
884e7b2e47
gnu: samplv1: Update to 0.9.27.
...
* gnu/packages/music.scm (samplv1): Update to 0.9.27.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
e63e2518c2
gnu: drumkv1: Update to 0.9.27.
...
* gnu/packages/music.scm (drumkv1): Update to 0.9.27.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
060a154aad
gnu: synthv1: Update to 0.9.27.
...
* gnu/packages/music.scm (synthv1): Update to 0.9.27.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
0c5bc867a1
gnu: mtools: Update to 4.0.41.
...
* gnu/packages/mtools.scm (mtools): Update to 4.0.41.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
f6d784b3b5
gnu: cpuid: Update to 20221003.
...
* gnu/packages/linux.scm (cpuid): Update to 20221003.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
e3674f83b2
gnu: mcelog: Update to 189.
...
* gnu/packages/linux.scm (mcelog): Update to 189.
2022-10-16 02:00:01 +02:00
Tobias Geerinckx-Rice
f8a29a4163
gnu: qjackctl: Remove unused qtx11extras input.
...
* gnu/packages/audio.scm (qjackctl)[inputs]: Remove qtx11extras.
2022-10-16 02:00:00 +02:00
Tobias Geerinckx-Rice
d7e59fb2ad
gnu: qjackctl: Update to 0.9.8.
...
* gnu/packages/audio.scm (qjackctl): Update to 0.9.8.
[inputs]: Add qtsvg-5.
2022-10-16 02:00:00 +02:00
Tobias Geerinckx-Rice
dd9b31254b
gnu: cryfs: Remove trailing #t.
...
* gnu/packages/crypto.scm (cryfs)[arguments]:
Don't explicitly return #t from phases.
2022-10-16 02:00:00 +02:00
Tobias Geerinckx-Rice
d90d24bcbc
gnu: cryfs: Remove input labels.
...
* gnu/packages/crypto.scm (cryfs)[native-inputs]: Remove label strings.
2022-10-16 02:00:00 +02:00