| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add r-rjsonio.•••* gnu/packages/cran.scm (r-rjsonio): New variable.
| Ricardo Wurmus | 2021-04-23 | 1 | -0/+23 |
* | gnu: Add r-shinycell.•••* gnu/packages/bioinformatics.scm (r-shinycell): New variable.
| Ricardo Wurmus | 2021-04-23 | 1 | -0/+37 |
* | services: guix-build-coordinator: Remove incorrect pid file.•••The queue builds script doesn't create a pid file, so don't have the shepherd
expect to find one.
* gnu/services/guix.scm (guix-build-coordinator-queue-builds-shepherd-services):
Remove #:pid-file.
| Christopher Baines | 2021-04-23 | 1 | -1/+0 |
* | services: guix-build-coordinator: Fix service activation parts.•••Don't hardcode usernames, as these are in the config. Also fix the %user being
missing from the queue-builds service activation.
* gnu/services/guix.scm (guix-build-coordinator-activation,
guix-build-coordinator-agent-activation): Use config for the user name.
(guix-build-coordinator-queue-builds-activation): Define %user.
| Christopher Baines | 2021-04-23 | 1 | -2/+10 |
* | gnu: guix-build-coordinator: Update to 0-26.f836f07.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-26.f836f07.
| Christopher Baines | 2021-04-23 | 1 | -3/+3 |
* | services: guix-build-coordinator: Add max-1min-load-average option.•••To the agent configuration.
* gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>): New
field, max-1min-load-average.
(guix-build-coordinator-agent-configuration-max-1min-load-average): New
procedure.
(guix-build-coordinator-agent-shepherd-services): If set, include the
max-1min-load-average in the agent arguments.
| Christopher Baines | 2021-04-23 | 1 | -0/+9 |
* | gnu: guix-build-coordinator: Add missing guile-sqlite3 to wrapper.•••* gnu/packages/package-management.scm (guix-build-coordinator)[arguments]:
List guile-sqlite3 as a guile input for wrapping.
| Christopher Baines | 2021-04-23 | 1 | -0/+1 |
* | gnu: emacs-transient: Update to 0.3.2.•••* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.2.
| Nicolas Goaziou | 2021-04-23 | 1 | -2/+2 |
* | gnu: emacs-modus-themes: Update to 1.3.0.•••* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.3.0.
| Nicolas Goaziou | 2021-04-23 | 1 | -2/+2 |
* | gnu: emacs-debbugs: Update to 0.28.•••* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.28.
| Nicolas Goaziou | 2021-04-23 | 1 | -2/+2 |
* | gnu: emacs-auctex: Update to 13.0.8.•••* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.8.
| Nicolas Goaziou | 2021-04-23 | 1 | -2/+2 |
* | gnu: Add emacs-nameless.•••* gnu/packages/emacs-xyz.scm (emacs-nameless): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Alexandr Vityazev | 2021-04-23 | 1 | -0/+21 |
* | gnu: Add emacs-vc-hgcmd.•••* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Xinglu Chen | 2021-04-23 | 1 | -0/+23 |
* | gnu: Add emacs-shell-command+.•••* gnu/packages/emacs-xyz.scm (emacs-shell-command+): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Xinglu Chen | 2021-04-23 | 1 | -0/+20 |
* | gnu: Add emacs-ibuffer-vc.•••* gnu/packages/emacs-xyz.scm (emacs-ibuffer-vc): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Alexandr Vityazev | 2021-04-23 | 1 | -1/+22 |
* | gnu: Add emacs-corfu.•••* gnu/packages/emacs-xyz.scm (emacs-corfu): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Xinglu Chen | 2021-04-23 | 1 | -0/+22 |
* | gnu: Add emacs-notmuch-maildir.•••* gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Xinglu Chen | 2021-04-23 | 1 | -0/+23 |
* | gnu: Add cl-terrable.•••* gnu/packages/lisp-xyz.scm (sbcl-terrable, cl-terrable, ecl-terrable):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher | 2021-04-23 | 1 | -0/+36 |
* | file-systems: read-partition-{uuid,label} don't swallow ENOENT & co.•••Previously, (read-partition-uuid "/does/not/exist") would return #f.
With this change, a 'system-error exception is raised as expected.
* gnu/build/file-systems.scm (ENOENT-safe): Clarify docstring.
(partition-field-reader): Remove use of 'ENOENT-safe'.
(partition-predicate): Wrap READER in 'ENOENT-safe'.
| Ludovic Courtès | 2021-04-23 | 1 | -15/+14 |
* | gnu: wine64-staging: copy wine32-staging libraries.•••A similar phase has been added to wine64 since version 5.21 in order to fix
linkage issues of binaries copied from wine32.
See also <https://bugs.gnu.org/42342>.
* gnu/packages/wine.scm (wine64-staging)[#phases]: Add ‘copy-wine32-libraries’.
| Leo Prikler | 2021-04-22 | 1 | -0/+7 |
* | gnu: wine-staging: Update to 6.6.•••* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 6.6.
| Leo Prikler | 2021-04-22 | 1 | -3/+3 |
* | gnu: guix-build-coordinator: Update to 0-25.c49b1c8.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-25.c49b1c8.
| Christopher Baines | 2021-04-22 | 1 | -3/+3 |
* | gnu: linux-libre 5.4: Update to 5.4.114.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.114.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari | 2021-04-22 | 1 | -2/+2 |
* | gnu: linux-libre 5.10: Update to 5.10.32.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.32.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari | 2021-04-22 | 1 | -2/+2 |
* | gnu: linux-libre: Update to 5.11.16.•••* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.16.
(linux-libre-5.11-pristine-source): Update hash.
| Leo Famulari | 2021-04-22 | 1 | -2/+2 |
* | gnu: wireshark: Update to 3.4.5 [security fixes].•••* gnu/packages/networking.scm (wireshark): Update to 3.4.5.
| Tobias Geerinckx-Rice | 2021-04-22 | 1 | -2/+2 |
* | gnu: libupnp: Update to 1.14.6.•••* gnu/packages/upnp.scm (libupnp): Update to 1.14.6.
| Tobias Geerinckx-Rice | 2021-04-22 | 1 | -2/+2 |
* | gnu: waybar: Update to 0.9.7.•••* gnu/packages/wm.scm (waybar): Update to 0.9.7.
| Tobias Geerinckx-Rice | 2021-04-22 | 1 | -2/+2 |
* | gnu: libretro-lowresnx: Update to 1.2.•••* gnu/packages/emulators.scm (libretro-lowresnx): Update to 1.2.
| 宋文武 | 2021-04-22 | 1 | -33/+31 |
* | gnu: retroarch: Update to 1.9.1.•••* gnu/packages/emulators.scm (retroarch): Update to 1.9.1.
[arguments]: Add '--disable-git_version' to configure flags.
| 宋文武 | 2021-04-22 | 1 | -2/+3 |
* | Revert "gnu: Add cl-weir."•••This reverts commit 5763eba94cccc4019cb07b0cac6c16132c741e11.
There may be a license issue with this package making it non-free.
Reported by Giovanni Biscuolo <g@xelera.eu> in
<https://issues.guix.gnu.org/47943>.
| Guillaume Le Vaillant | 2021-04-22 | 1 | -51/+0 |
* | gnu: Add cl-weir.•••* gnu/packages/lisp-xyz.scm (cl-weir, ecl-weir, sbcl-weir): New variables.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher | 2021-04-22 | 1 | -0/+51 |
* | gnu: Add cl-pathname-utils.•••* gnu/packages/lisp-xyz.scm (sbcl-pathname-utils, cl-pathname-utils,
ecl-pathname-utils): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher | 2021-04-22 | 1 | -0/+32 |
* | gnu: Add daemonize.•••* gnu/packages/admin.scm (daemonize): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| WinterHound | 2021-04-22 | 1 | -0/+29 |
* | gnu: Add kraken2.•••* gnu/packages/bioinformatics.scm (kraken2): New variable.
| Ricardo Wurmus | 2021-04-22 | 1 | -0/+82 |
* | gnu: libxlsxwriter: Update to 1.0.3.•••* gnu/packages/xml.scm (libxlsxwriter): Update to 1.0.3.
| Tobias Geerinckx-Rice | 2021-04-22 | 1 | -2/+2 |
* | gnu: openvpn: Update to 2.5.2.•••* gnu/packages/vpn.scm (openvpn): Update to 2.5.2.
| Tobias Geerinckx-Rice | 2021-04-22 | 1 | -2/+2 |
* | gnu: openconnect-sso: Update to 0.7.3.•••* gnu/packages/vpn.scm (openconnect-sso): Update to 0.7.3.
| Tobias Geerinckx-Rice | 2021-04-22 | 1 | -3/+2 |
* | gnu: exfatprogs: Update to 1.1.1.•••* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.1.
| Tobias Geerinckx-Rice | 2021-04-22 | 1 | -2/+2 |
* | gnu: icedove: Update to 78.10.0.•••* gnu/packages/gnuzilla.scm (icedove): Update to 78.10.0.
| Jonathan Brielmaier | 2021-04-22 | 1 | -4/+4 |
* | gnu: emacspeak: Fix Tclx and espeak server loading.•••Fixes <https://issues.guix.gnu.org/42861>.
* gnu/packages/emacs-xyz.scm (emacspeak)[arguments]: In the 'configure' phase,
add Tclx library to the load path of Tcl in the espeak server script. Remove
'wrap-program' phase.
| Kei Kebreau | 2021-04-21 | 1 | -13/+12 |
* | gnu: wxmaxima: Update to 21.04.0.•••* gnu/packages/maths.scm (wxmaxima): Update to 21.04.0.
| Kei Kebreau | 2021-04-21 | 1 | -2/+2 |
* | gnu: Add crm114.•••* gnu/packages/mail.scm (crm114): New variable.
| Arun Isaac | 2021-04-21 | 1 | -1/+81 |
* | gnu: kitty: Update to 0.20.1.•••gnu/packages/terminals.scm (kitty): Update to 0.20.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Ekaitz Zarraga | 2021-04-21 | 1 | -2/+3 |
* | gnu: Blender: Add the missing Voxel Remesher.•••* gnu/packages/graphics.scm (blender)[inputs]: Add openvdb.
[arguments]: Pass "-DWITH_OPENVDB=ON" to #:configure-flags.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Ekaitz Zarraga | 2021-04-21 | 1 | -0/+2 |
* | gnu: julia-inifile: Fix grammar.•••* gnu/packages/julia-xyz.scm (julia-inifile)[description]: Remove
gratuitous use of "allows to".
| Vagrant Cascadian | 2021-04-21 | 1 | -1/+1 |
* | gnu: emacs-webpaste: Fix grammar.•••* gnu/packages/emacs-xyz.scm (emacs-webpaste)[description]: Remove
gratuitous use of "allows to".
| Vagrant Cascadian | 2021-04-21 | 1 | -1/+1 |
* | gnu: emacs-svg-icon: Fix grammar.•••* gnu/packages/emacs-xyz.scm (emacs-svg-icon)[description]: Remove
gratuitous use of "allows to".
| Vagrant Cascadian | 2021-04-21 | 1 | -1/+1 |
* | gnu: r-circrnaprofiler: Fix grammar.•••* gnu/packages/bioconductor.scm (r-circrnaprofiler)[description]:
Remove gratuitous use of "allows to".
| Vagrant Cascadian | 2021-04-21 | 1 | -1/+1 |
* | gnu: emacs-realgud: Fix grammar.•••* gnu/packages/emacs-xyz.scm (emacs-realgud)[description]: Remove
gratuitous use of "allows to".
| Vagrant Cascadian | 2021-04-21 | 1 | -1/+1 |