Age | Commit message (Expand) | Author |
2020-07-03 | gnu: hpcguix-web: Add guix to inputs....* gnu/packages/web.scm (hpcguix-web)[inputs]: Add guix.
| Ricardo Wurmus |
2020-07-03 | gnu: Update synergy to 1.11.1....* gnu/packages/synergy.scm (synergy): Update to 1.11.1.
[arguments]: Add "patch-desktop" phase.
[native-inputs]: New field.
[inputs]: Remove unused "xinput" input.
| Eric Bavier |
2020-07-03 | gnu: nyxt (formerly 'next'): Update to 20200702....* gnu/packages/web-browsers.scm (next): Deprecate in favour of nyxt.
(nyxt): New variable.
| Pierre Neidhardt |
2020-07-03 | gnu: sbcl: Add comment explaining out-of-date version....Make sure no one repeats this mistake.
This is a follow-up to commit 809aa3c51c5a0f3d8e3d8133b22684702cb90287.
* gnu/packages/lisp.scm (sbcl): Add a comment advising against updating
to 2.0.6.
| Jakub Kądziołka |
2020-07-03 | gnu: js8call: Update to 2.2.0....* gnu/packages/radio.scm (js8call): Update to 2.2.0.
[inputs]: Use wsjtx-hamlib instead of regular hamlib.
| Guillaume Le Vaillant |
2020-07-03 | Revert "gnu: sbcl: Update to 2.0.6."...This reverts commit 1ac4959c6a94a89fc8d3a73239d107cfb1d96240.
SBCL 2.0.6 breaks named-readtables and consequently many Common Lisp packages.
See https://github.com/melisgl/named-readtables/issues/19.
| Pierre Neidhardt |
2020-07-03 | gnu: Add cl-napa-fft3....* gnu/packages/lisp-xyz.scm (sbcl-napa-fft3, cl-napa-fft3): New variables.
| Guillaume Le Vaillant |
2020-07-03 | gnu: Add cl-bordeaux-fft....* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-fft, cl-bordeaux-fft,
ecl-bordeaux-fft): New variables.
| Guillaume Le Vaillant |
2020-07-03 | guix system: "describe" displays multiboot info....* guix/scripts/system.scm (display-system-generation): Display
multiboot-modules commands if set.
| Jan (janneke) Nieuwenhuizen |
2020-07-03 | services: system-service-type: Add entries support for the Hurd....When creating a disk-image using --save-provenance, "guix system describe"
now works.
* gnu/system.scm (operating-system-directory-base-entries): Add conditional
"hurd" parameter, make "initrd" parameter conditional.
(hurd-default-essential-services): Use them.
(operating-system-boot-parameters-file): Only add 'initrd' when set.
| Jan (janneke) Nieuwenhuizen |
2020-07-03 | system: 'read-boot-parameters' allow initrd to be missing....* gnu/system.scm (read-boot-parameters): Allow initrd to be missing.
| Jan (janneke) Nieuwenhuizen |
2020-07-03 | system: 'read-boot-parameters' bugfix for multiboot....* gnu/system.scm (read-boot-parameters): Oops, only return value for
multiboot-modules instead of (key value).
| Jan (janneke) Nieuwenhuizen |
2020-07-02 | gnu: Add pfetch....* gnu/packages/admin.scm (pfetch): New variable.
| Eric Bavier |
2020-07-02 | gnu: Add ufetch....* gnu/packages/admin.scm (ufetch): New variable.
| Eric Bavier |
2020-07-03 | gnu: Add lld....* gnu/packages/llvm.scm (lld): New variable.
| Jakub Kądziołka |
2020-07-03 | gnu: llvm-9: Backport patch to fix miscompilation for big-endian targets....* gnu/packages/llvm.scm (llvm-9)[source]: Add new patch.
* gnu/packages/patches/llvm-9-fix-bitcast-miscompilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new file.
| Jakub Kądziołka |
2020-07-03 | gnu: rust: Bootstrap up to rustc 1.44....* gnu/packages/rust.scm (rust-1.40, rust-1.41, rust-1.42, rust-1.43,
rust-1.44): New variables.
| Jakub Kądziołka |
2020-07-03 | gnu: llvm-9: Backport patches to fix miscompilations....* gnu/packages/llvm.scm (llvm-9)[source]: Add new patches.
* gnu/packages/patches/llvm-9-fix-lpad-miscompilation.patch,
gnu/packages/patches/llvm-9-fix-scev-miscompilation.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register new patches.
| Jakub Kądziołka |
2020-07-02 | gnu: python-gevent: Propagate dependencies....* gnu/packages/python-xyz.scm (python-gevent)[native-inputs]: Move
python-zope-event and python-zone-interface to ...
[propagated-inputs]: ... here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Matthew Kraai |
2020-07-02 | gnu: gash, gash-utils: Build with Guile 3.0....* gnu/packages/shells.scm (gash)[source]: Add 'modules' and 'snippet'.
[inputs]: Change GUILE-2.2 to GUILE-3.0.
(gash-utils)[source]: Add 'modules' and 'snippet'.
[inputs]: Change GUILE-2.2 to GUILE-3.0.
* gnu/packages/commencement.scm (gash-utils-boot)[source]: Remove
unneeded 'modules' field, and add 'snippet'.
(gash-utils-boot)[source]: New field.
* gnu/packages/patches/gash-utils-ls-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2020-07-02 | gnu: network-manager-openconnect: Patch all the 'openconnect' file names....* gnu/packages/gnome.scm (network-manager-openconnect)[arguments]: Make
sure all the references to the 'openconnect' executable are patched.
| Ludovic Courtès |
2020-07-02 | gnu: Add tor-client....* gnu/packages/tor.scm (tor-client): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| André Batista |
2020-07-02 | Revert "ui: Use package-description-string."...This reverts commit bd03e99f66be1a038e3a8aeb502f5153fd05cc67.
Reported by Ekaitz Zarraga <ekaitz@elenq.tech> at
<https://lists.gnu.org/archive/html/guix-devel/2020-06/msg00338.html>.
That commit broke would prevent "description: " from being taken into
account by the 'texi->plain-text' paragraph filling code.
| Ludovic Courtès |
2020-07-02 | gnu: Add drbd-utils....* gnu/packages/cluster.scm (drbd-utils): New variable.
| Marius Bakke |
2020-07-02 | gnu: audacity: Update to 2.4.1....* gnu/packages/audio.scm (audacity): Update to 2.4.1.
| Marius Bakke |
2020-07-02 | gnu: Add parprouted....* gnu/packages/networking.scm (parprouted): New public variable.
| Marius Bakke |
2020-07-02 | services: wpa-supplicant: Support specifying additional service dependencies....* gnu/services/networking.scm (<wpa-supplicant-configuration>)[requirement]:
New parameter.
(wpa-supplicant-shepherd-service): Use it instead of hard-coded list.
* doc/guix.texi (Networking Services): Document accordingly.
| Marius Bakke |
2020-07-02 | services: wpa-supplicant: Do not export the <wpa-supplicant-configuration> re......* gnu/services/networking.scm: Remove <wpa-supplicant-configuration> from exports.
| Marius Bakke |
2020-07-02 | gnu: Add debianutils....* gnu/packages/debian.scm (debianutils): New public variable.
| Marius Bakke |
2020-07-02 | gnu: Add UFO: Alien Invasion....* gnu/packages/games.scm (%ufoai-commit, %ufoai-revision, %ufoai-version,
ufoai-source, ufo2map, ufoai-data, ufoai): New variables.
| Marius Bakke |
2020-07-02 | gnu: cuirass: Update to 0.0.1-38.136a829....* gnu/packages/ci.scm (cuirass): Update to 0.0.1-38.136a829.
| Mathieu Othacehe |
2020-07-02 | gnu: python-grequests: Fix tests by adding zope dependencies....* gnu/packages/python-web.scm (python-grequests)[native-inputs]:
Add python-zope.interface, python-zope.event.
| Christopher Lemmer Webber |
2020-07-02 | gnu: guix: Update to 1.1.0-16.d3eee3c....* gnu/packages/package-management.scm (guix): Update to 1.1.0-16.d3eee3c.
| Mathieu Othacehe |
2020-07-02 | gnu: guix: Update to 1.1.0-15.03deb1e....* gnu/packages/package-management.scm (guix): Update to 1.1.0-15.03deb1e.
| Mathieu Othacehe |
2020-07-02 | Revert "gnu: guix-minimal: Remove as failing and unused."...This reverts commit 044cffdf34c506d2f9f1fbbc07462f29d3edaf54.
| Mathieu Othacehe |
2020-07-02 | Fix build without SSH support....* gnu/local.mk (GNU_SYSTEM_MODULES): Only include
gnu/machine/digital-ocean.scm and gnu/machine/ssh.scm if HAVE_GUILE_SSH is
set.
| Mathieu Othacehe |
2020-07-02 | gnu: r-mnormt: Update to 2.0.1....* gnu/packages/statistics.scm (r-mnormt): Update to 2.0.1.
| Ricardo Wurmus |
2020-07-02 | gnu: r-mda: Update to 0.5-2....* gnu/packages/cran.scm (r-mda): Update to 0.5-2.
| Ricardo Wurmus |
2020-07-02 | gnu: r-ingredients: Update to 1.3.0....* gnu/packages/cran.scm (r-ingredients): Update to 1.3.0.
| Ricardo Wurmus |
2020-07-02 | gnu: r-spdep: Update to 1.1-5....* gnu/packages/cran.scm (r-spdep): Update to 1.1-5.
[native-inputs]: Add r-knitr.
| Ricardo Wurmus |
2020-07-02 | gnu: r-blockmodeling: Update to 1.0.0....* gnu/packages/cran.scm (r-blockmodeling): Update to 1.0.0.
| Ricardo Wurmus |
2020-07-02 | gnu: r-future-apply: Update to 1.6.0....* gnu/packages/cran.scm (r-future-apply): Update to 1.6.0.
| Ricardo Wurmus |
2020-07-02 | gnu: r-fs: Update to 1.4.2....* gnu/packages/cran.scm (r-fs): Update to 1.4.2.
| Ricardo Wurmus |
2020-07-02 | gnu: r-rdpack: Update to 1.0.0....* gnu/packages/cran.scm (r-rdpack): Update to 1.0.0.
| Ricardo Wurmus |
2020-07-02 | gnu: r-annotationdbi: Update to 1.50.1....* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.50.1.
| Ricardo Wurmus |
2020-07-02 | gnu: python-folium: Update to 0.11.0....* gnu/packages/python-xyz.scm (python-folium): Update to 0.11.0.
| Nicolas Goaziou |
2020-07-02 | gnu: wireshark: Update to 3.2.5....* gnu/packages/networking.scm (wireshark): Update to 3.2.5.
| Nicolas Goaziou |
2020-07-02 | gnu: emacs-tramp: Update to 2.4.4....* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.
| Nicolas Goaziou |
2020-07-02 | gnu: rust-bumpalo-2: Update to 2.6.0....* gnu/packages/crates-io.scm (rust-bumpalo-2): Update to 2.6.0.
[arguments]: Don't skip build. Skip tests.
| Efraim Flashner |
2020-07-02 | gnu: rust-bumpalo-2.5: Rename to rust-bumpalo-2....* gnu/packages/crates-io.scm (rust-bumpalo-2.5): Rename to ...
(rust-bumpalo-2): ... this.
| Efraim Flashner |