Maxim Cournoyer
|
3578fb1323
|
doc: Recommend avoiding execl, execle or execlp in mcron job specifications.
* doc/guix.texi (Scheduled Job Execution): Adjust the 'updatedb' example and
add a new tip.
|
2022-11-28 22:49:23 -05:00 |
|
Jessica Tallon
|
3cff7bfa9b
|
gnu: Add svtplay-dl.
* gnu/packages/video.scm (svtplay-dl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2022-11-28 23:34:16 +01:00 |
|
Nicolas Graves
|
c1b71a4432
|
gnu: Add python-dm-tree.
* gnu/packages/python-xyz.scm (python-dm-tree): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
2022-11-28 23:34:16 +01:00 |
|
Hilton Chain
|
42eccda827
|
gnu: Add python-pynixutil.
* gnu/packages/python-xyz.scm (python-pynixutil): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2022-11-28 23:34:15 +01:00 |
|
kiasoc5
|
3c8e3d0f90
|
gnu: Add gojq.
* gnu/packages/web (gojq): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2022-11-28 23:34:15 +01:00 |
|
kiasoc5
|
8f591cf430
|
gnu: Add go-github-com-itchyny-gojq.
* gnu/packages/web (go-github-com-itchyny-gojq): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2022-11-28 23:34:15 +01:00 |
|
kiasoc5
|
f093291a1f
|
gnu: Add go-github-com-itchyny-timefmt-go.
* gnu/packages/web (go-github-com-itchyny-timefmt-go): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2022-11-28 23:34:15 +01:00 |
|
Sughosha
|
5f42c018d6
|
gnu: Add paulxstretch.
* gnu/packages/music.scm (paulxstretch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2022-11-28 23:34:15 +01:00 |
|
Morgan Smith
|
fcb59fe24a
|
snippets: yas: Add snippets for vc.el
* etc/snippets/yas/log-edit-mode/guix-vc-commit-message-add-package:
* etc/snippets/yas/log-edit-mode/guix-vc-commit-message-remove-package:
* etc/snippets/yas/log-edit-mode/guix-vc-commit-message-rename-package:
* etc/snippets/yas/log-edit-mode/guix-vc-commit-message-update-package:
* etc/snippets/yas/log-edit-mode/guix-vc-commit-message-use-https-home-page:
New file
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2022-11-28 23:34:15 +01:00 |
|
zamfofex
|
27b04fcdd4
|
gnu: Add swc.
* gnu/packages/wm.scm (swc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2022-11-28 23:34:15 +01:00 |
|
Nicolas Goaziou
|
fddd62ff53
|
gnu: emacs-csharp-mode: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): Update to 2.0.0.
|
2022-11-28 20:35:51 +01:00 |
|
Nicolas Goaziou
|
4c560af9aa
|
gnu: emacs-geiser-guile: Update to 0.28.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.28.1.
|
2022-11-28 20:35:51 +01:00 |
|
Nicolas Goaziou
|
48b2dd1d59
|
gnu: emacs-geiser: Update to 0.28.1.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.28.1.
|
2022-11-28 20:35:45 +01:00 |
|
Ricardo Wurmus
|
059d38dc3f
|
gnu: Add r-glmgampoi.
* gnu/packages/bioconductor.scm (r-glmgampoi): New variable.
|
2022-11-28 11:23:49 +01:00 |
|
Ludovic Courtès
|
e3c6575ee9
|
system: hurd: Create more ttys.
* gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Add
more /dev/ttyN nodes.
* gnu/system/hurd.scm (%base-services/hurd): Add more
'hurd-getty-service-type' instances.
|
2022-11-28 11:19:31 +01:00 |
|
Ludovic Courtès
|
ed6fdf3aef
|
gnu: texinfo: Disable tests on GNU/Hurd.
* gnu/packages/texinfo.scm (texinfo)[arguments]: Add #:tests? argument.
|
2022-11-28 11:19:31 +01:00 |
|
Ludovic Courtès
|
b5e334aeb8
|
hurd-boot: Explain why 'getxattr' cannot be used on GNU/Hurd.
This is a followup to f25e8f76fe .
* gnu/build/hurd-boot.scm (translated?): Clarify why 'getxattr' cannot
be used on GNU/Hurd.
|
2022-11-28 11:19:30 +01:00 |
|
Ludovic Courtès
|
450f774028
|
hurd-boot: Create more PTY nodes.
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Create more
/dev/ptyp* and /dev/ttyp* nodes.
|
2022-11-28 11:19:30 +01:00 |
|
Nicolas Graves
|
691b672658
|
gnu: Add swayr.
* gnu/packages/rust-apps.scm (swayr): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 14:02:48 +04:00 |
|
Nicolas Graves
|
e5cfb7674a
|
gnu: rust-clap-3: Update to 3.1.18.
* gnu/packages/crates-io.scm (rust-clap-3): Update to 3.1.18.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 14:02:37 +04:00 |
|
Nicolas Graves
|
05528a7b10
|
gnu: rust-clap-derive-3: Update to 3.1.18.
* gnu/packages/crates-io.scm (rust-clap-derive-3): Update to 3.1.18.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 14:02:20 +04:00 |
|
Nicolas Graves
|
d32ed485e1
|
gnu: Add rust-clap-lex-0.2.
* gnu/packages/crates-io.scm (rust-clap-lex-0.2): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 14:02:12 +04:00 |
|
Nicolas Graves
|
8bbc4dc2fb
|
gnu: Add rust-rt-format-0.3.
* gnu/packages/crates-io.scm (rust-rt-format-0.3): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 14:01:56 +04:00 |
|
Nicolas Graves
|
dc685baad0
|
gnu: Add rust-swayipc-3.
* gnu/packages/crates-io.scm (rust-swayipc-3): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 14:01:44 +04:00 |
|
Andrew Tropin
|
622c3be7b6
|
Revert "gnu: Add rust-swayipc-3."
This reverts commit 655956131c .
|
2022-11-28 13:36:41 +04:00 |
|
Andrew Tropin
|
7922f610d2
|
Revert "gnu: Add rust-rt-format-0.3."
This reverts commit bf7c69b043 .
|
2022-11-28 13:36:40 +04:00 |
|
Andrew Tropin
|
ddb3450684
|
Revert "gnu: Add rust-clap-lex-0.2."
This reverts commit 4cb299e22e .
|
2022-11-28 13:36:38 +04:00 |
|
Andrew Tropin
|
1cc89f0be3
|
Revert "gnu: rust-clap-derive-3: Update to 3.1.18."
This reverts commit 7760e3fb09 .
|
2022-11-28 13:36:36 +04:00 |
|
Andrew Tropin
|
fd0bd21e66
|
Revert "gnu: rust-clap-3: Update to 3.1.18."
This reverts commit 93edae81b6 .
|
2022-11-28 13:36:34 +04:00 |
|
Andrew Tropin
|
87e36d7478
|
Revert "gnu: Add swayr."
This reverts commit b8a000b33b .
|
2022-11-28 13:36:27 +04:00 |
|
Andrew Tropin
|
e6dd58cfb5
|
gnu: waybar: Update to 0.9.16.
* gnu/packages/wm.scm (waybar): Update to 0.9.16.
|
2022-11-28 12:50:22 +04:00 |
|
Nicolas Goaziou
|
b8a000b33b
|
gnu: Add swayr.
* gnu/packages/rust-apps.scm (swayr): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 12:50:21 +04:00 |
|
Nicolas Goaziou
|
93edae81b6
|
gnu: rust-clap-3: Update to 3.1.18.
* gnu/packages/crates-io.scm (rust-clap-3): Update to 3.1.18.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 12:50:20 +04:00 |
|
Nicolas Goaziou
|
7760e3fb09
|
gnu: rust-clap-derive-3: Update to 3.1.18.
* gnu/packages/crates-io.scm (rust-clap-derive-3): Update to 3.1.18.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 12:50:19 +04:00 |
|
Nicolas Goaziou
|
4cb299e22e
|
gnu: Add rust-clap-lex-0.2.
* gnu/packages/crates-io.scm (rust-clap-lex-0.2): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 12:50:18 +04:00 |
|
Nicolas Goaziou
|
bf7c69b043
|
gnu: Add rust-rt-format-0.3.
* gnu/packages/crates-io.scm (rust-rt-format-0.3): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 12:50:17 +04:00 |
|
Nicolas Goaziou
|
655956131c
|
gnu: Add rust-swayipc-3.
* gnu/packages/crates-io.scm (rust-swayipc-3): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 12:50:16 +04:00 |
|
Nicolas Graves
|
2db12d3c31
|
gnu: Add rust-swayipc-types-1.
* gnu/packages/crates-io.scm (rust-swayipc-types-1): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 12:50:15 +04:00 |
|
Nicolas Graves
|
df038ad39b
|
gnu: Add rust-textwrap-0.15.
* gnu/packages/crates-io.scm (rust-textwrap-0.15): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 12:50:14 +04:00 |
|
Nicolas Graves
|
f7c95ecb67
|
gnu: rust-thiserror-1: Update to 1.0.37.
* gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.37.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 12:50:13 +04:00 |
|
Nicolas Graves
|
51cf11739d
|
gnu: rust-thiserror-impl-1: Update to 1.0.37.
* gnu/packages/crates-io.scm (rust-thiserror-impl-1): Update to 1.0.37.
Signed-off-by: Andrew Tropin <andrew@trop.in>
|
2022-11-28 12:50:12 +04:00 |
|
Paul A. Patience
|
e6bffa99b1
|
gnu: cl-calispel: Fix homepage URL.
* gnu/packages/lisp-xyz.scm (sbcl-calispel)[home-page]: Fix URL.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
2022-11-28 09:34:01 +01:00 |
|
Paul A. Patience
|
1a4eb38bdd
|
gnu: Add cl-with-user-abort.
* gnu/packages/lisp-xyz.scm (sbcl-with-user-abort, cl-with-user-abort,
ecl-with-user-abort): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
2022-11-28 09:32:10 +01:00 |
|
(unmatched-parenthesis
|
6f4bfc5263
|
gnu: Add aerc.
* gnu/packages/mail.scm (aerc): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
|
2022-11-28 02:12:48 -05:00 |
|
Andrew Tropin
|
ffc9986ee2
|
gnu: calibre: Add missing python-pycryptodome dependency.
* gnu/packages/ebook.scm (calibre)[inputs]: Add missing python-pycryptodome
dependency.
|
2022-11-28 10:50:30 +04:00 |
|
Bruno Victal
|
59bdfbb196
|
gnu: mympd: Update to 10.1.3
* gnu/packages/mpd.scm (mympd): Update to 10.1.3.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
2022-11-28 13:45:27 +08:00 |
|
Andrew Tropin
|
6cba399c04
|
gnu: telega: Use new package style.
* gnu/packages/emacs-xyz.scm (emacs-telega, emacs-telega-contrib): Use gexps,
remove trailing #t.
|
2022-11-28 09:44:00 +04:00 |
|
jgart
|
6fe253da9b
|
gnu: Add emacs-spongebob.
* gnu/packages/emacs-xyz.scm (emacs-spongebob): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
2022-11-28 06:26:06 +01:00 |
|
jgart
|
0bb20a2231
|
gnu: Add emacs-frowny.
* gnu/packages/emacs-xyz.scm (emacs-frowny): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
2022-11-28 06:26:06 +01:00 |
|
宋文武
|
efb67084b2
|
gnu: lxqt: Change version to 1.2.0.
* gnu/packages/lxqt.scm (lxqt): Use the version of liblxqt.
|
2022-11-28 11:23:12 +08:00 |
|