summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-23gnu: Add r-revgeo....* gnu/packages/cran.scm (r-revgeo): New variable. Ricardo Wurmus
2021-04-23gnu: Add r-rjsonio....* gnu/packages/cran.scm (r-rjsonio): New variable. Ricardo Wurmus
2021-04-23gnu: Add r-shinycell....* gnu/packages/bioinformatics.scm (r-shinycell): New variable. Ricardo Wurmus
2021-04-23services: 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-23services: 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-23gnu: 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-23services: 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-23gnu: 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-23gnu: emacs-transient: Update to 0.3.2....* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.2. Nicolas Goaziou
2021-04-23gnu: 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-23gnu: emacs-debbugs: Update to 0.28....* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.28. Nicolas Goaziou
2021-04-23gnu: emacs-auctex: Update to 13.0.8....* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.8. Nicolas Goaziou
2021-04-23gnu: Add emacs-nameless....* gnu/packages/emacs-xyz.scm (emacs-nameless): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev
2021-04-23gnu: 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-23gnu: 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-23gnu: 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-23gnu: Add emacs-corfu....* gnu/packages/emacs-xyz.scm (emacs-corfu): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Xinglu Chen
2021-04-23gnu: 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-23gnu: 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-22import: pypi: Clarify docstring of parse-requires.txt...* guix/import/pypi.scm (parse-requires.txt): Document the parameter more explicitly. Signed-off-by: Leo Famulari <leo@famulari.name> Rovanion Luckey
2021-04-23status: Separate downloads upon '--verbosity=2'....This is a followup to 1fa4aff1fbb46bbb9df8486ca12bfcfe6144458a, reintroducing the newline previously emitted by 'guix substitute' upon download completion. With this change, with '--verbosity=2', each download occupies three lines again, like so: --8<---------------cut here---------------start------------->8--- downloading from https://ci.guix.gnu.org/nar/lzip/…-jsoncpp-1.9.2 ... jsoncpp-1.9.2 93KiB 4.2MiB/s 00:00 [##################] 100.0% --8<---------------cut here---------------end--------------->8--- This makes the output more readable. * guix/status.scm (print-build-event): When PRINT-URLS? is true, print a blank line after the download. Ludovic Courtès
2021-04-23file-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-23import: go: Autoload (htmlprag)....Fixes <https://bugs.gnu.org/47924>. Reported by Carl Dong <contact@carldong.me>. * guix/import/go.scm: Autoload (htmlprag). Ludovic Courtès
2021-04-23import: go: Do not set '%strict-tokenizer?' from the top level....This avoids interference with other users of (htmlprag) and makes the intent clearer. * guix/import/go.scm <top level>: Remove call to '%strict-tokenizer?'. (go-package-licenses, go-package-description) (go-package-synopsis, fetch-module-meta-data): Pass #:strict? #t to 'html->sxml'. Ludovic Courtès
2021-04-22gnu: 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-22gnu: wine-staging: Update to 6.6....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 6.6. Leo Prikler
2021-04-22doc: Update TRANSLATED_INFO....This fixes issues with missing sources when the infos are built. * doc/local.mk (TRANSLATED_INFO): Add missing documents. Leo Prikler
2021-04-22gnu: 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-22gnu: 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-22gnu: 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-22gnu: 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-22gnu: wireshark: Update to 3.4.5 [security fixes]....* gnu/packages/networking.scm (wireshark): Update to 3.4.5. Tobias Geerinckx-Rice
2021-04-22gnu: libupnp: Update to 1.14.6....* gnu/packages/upnp.scm (libupnp): Update to 1.14.6. Tobias Geerinckx-Rice
2021-04-22gnu: waybar: Update to 0.9.7....* gnu/packages/wm.scm (waybar): Update to 0.9.7. Tobias Geerinckx-Rice
2021-04-22gnu: libretro-lowresnx: Update to 1.2....* gnu/packages/emulators.scm (libretro-lowresnx): Update to 1.2. 宋文武
2021-04-22gnu: 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-22Revert "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-22gnu: 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-22gnu: 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-22gnu: Add daemonize....* gnu/packages/admin.scm (daemonize): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> WinterHound
2021-04-22gnu: Add kraken2....* gnu/packages/bioinformatics.scm (kraken2): New variable. Ricardo Wurmus
2021-04-22gnu: libxlsxwriter: Update to 1.0.3....* gnu/packages/xml.scm (libxlsxwriter): Update to 1.0.3. Tobias Geerinckx-Rice
2021-04-22gnu: openvpn: Update to 2.5.2....* gnu/packages/vpn.scm (openvpn): Update to 2.5.2. Tobias Geerinckx-Rice
2021-04-22gnu: openconnect-sso: Update to 0.7.3....* gnu/packages/vpn.scm (openconnect-sso): Update to 0.7.3. Tobias Geerinckx-Rice
2021-04-22gnu: exfatprogs: Update to 1.1.1....* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.1. Tobias Geerinckx-Rice
2021-04-22gnu: icedove: Update to 78.10.0....* gnu/packages/gnuzilla.scm (icedove): Update to 78.10.0. Jonathan Brielmaier
2021-04-21Update email address for Kei....* .mailmap: Remove obsolete email for Kei. Kei Kebreau
2021-04-21cve: Gracefully handle bogus CVE entries....Fixes <https://bugs.gnu.org/47941>. Reported by Jack Hill <jackhill@jackhill.us>. * guix/cve.scm (reference-data->cve-references): Gracefully handle lack of "reference_data". (cpe-match->cve-configuration): Gracefully handle lack of "cpe23Uri". Ludovic Courtès
2021-04-21gnu: 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-21gnu: wxmaxima: Update to 21.04.0....* gnu/packages/maths.scm (wxmaxima): Update to 21.04.0. Kei Kebreau