Age | Commit message (Expand) | Author |
2020-05-07 | build-system/emacs: Hide the 'delete' binding from (guix build utils).•••This gets rid of a warning from 'compute-guix-derivation.drv' when running on
Guile 3.0. (guix build emacs-build-system) includes (srfi srfi-1) anyway.
* guix/build/emacs-build-system.scm: Do not import 'delete' from (guix build utils).
| Marius Bakke |
2020-05-07 | channels: Add patch for <https://bugs.gnu.org/41028>.•••Without this patch, we couldn't jump from here to commits before
05e783871c2c69b402e088863d46f5be7915ac74 because the
'compute-guix-derivation' script would crash with an unbound-variable
error for 'call-with-new-thread'.
Fixes <https://bugs.gnu.org/41028>.
Reported by Christopher Baines <mail@cbaines.net>.
* guix/channels.scm (%bug-41028-patch): New variable.
(%patches): Add it.
| Ludovic Courtès |
2020-05-07 | channels: Add mechanism to patch checkouts of the 'guix channel.•••* guix/channels.scm (<patch>): New record type.
(apply-patches): New procedure.
(latest-channel-instance)[dot-git?]: New procedure.
Use 'update-cached-checkout' and 'add-to-store' instead of
'latest-repository-commit'. Call 'apply-patches' when CHANNEL is the
'guix channel.
(%patches): New variable.
* guix/git.scm (url+commit->name): Make public.
* tests/channels.scm ("latest-channel-instances includes channel dependencies")
("latest-channel-instances excludes duplicate channel dependencies"):
Mock 'update-cached-checkout' instead of 'latest-repository-commit'.
Wrap body in 'with-store' and pass the store to 'latest-channel-instances'.
| Ludovic Courtès |
2020-05-07 | channels: Add 'latest-channel-instance'.•••* guix/channels.scm (latest-channel-instance): New procedure.
(latest-channel-instances): Use it.
| Ludovic Courtès |
2020-05-06 | Merge branch 'master' into core-updates | Marius Bakke |
2020-05-06 | gnu: nix: Update to 2.3.4.•••* gnu/packages/package-management.scm (nix): Update to 2.3.4,
[inputs]: Add boost, brotli, editline.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Giacomo Leidi |
2020-05-06 | gnu: Add editline.•••* gnu/packages/libedit.scm (editline): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Giacomo Leidi |
2020-05-06 | gnu: supercollider: Update to 3.11.0.•••This also restores IDE support.
* gnu/packages/audio.scm (supercollider): Update to 3.11.0.
[outputs]: Add an "ide" output.
[configure-flags]: Enable Qt IDE, fortify source and build scsynth as a
shared library.
[phases]: Do not delete no longer existing failing tests and add
an 'install-ide phase.
[native-inputs]: Add qttools and ableton-link.
[inputs]: Add qtbase, qtdeclarative, qtsvg, qtwebchannel and qtwebsockets.
[propagated-inputs]: Add qtwebengine.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Giacomo Leidi |
2020-05-06 | gnu: Add ableton-link.•••* gnu/packages/audio.scm (ableton-link): New variable.
* gnu/packages/patches/ableton-link-system-libraries-debian.patch: Patch
CMakeLists.txt to use system libraries.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Giacomo Leidi |
2020-05-06 | gnu: Add gnome-shell-extension-clipboard-indicator.•••* gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator):
New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Jack Hill |
2020-05-06 | gnu: Add makepasswd.•••* gnu/packages/password-utils.scm (makepasswd): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Jean-Baptiste Note |
2020-05-06 | gnu: webkitgtk: Patch to share store via Bubblewrap.•••Fixes <https://bugs.gnu.org/40837>.
* gnu/packages/patches/webkitgtk-share-store.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/webkit.scm (webkitgtk)[source](patches): Use it.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
| Jack Hill |
2020-05-06 | services: Do not use symbolic links in PulseAudio variables.•••This addresses <https://bugs.gnu.org/40837> by making these configuration
files more easily accessible within the WebKitGTK sandbox.
* gnu/services/sound.scm (pulseaudio-environment): Move below
PULSEAUDIO-CONF-ENTRY. Instantiate PULSE_CONFIG and PULSE_CLIENTCONFIG
entries directly instead of referring to /etc/pulse.
(pulseaudio-etc): Do not create /etc/pulse/client.conf and /etc/pulse/daemon.conf.
| Marius Bakke |
2020-05-06 | gnu: endless-sky: Update to 0.9.12.•••* gnu/packages/games.scm (endless-sky): Update to 0.9.12.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Timotej Lazar |
2020-05-06 | gnu: php: Remove failing tests.•••* gnu/packages/php.scm (php)[phases]{prepare-tests}: Remove the
ext/gd/tests/bug65148.phpt, ext/gd/tests/bug66590.phpt,
ext/gd/tests/bug73869.phpt, ext/gd/tests/webp_basic.phpt and
ext/gd/tests/imagecreatefromstring_webp.phpt tests.
| Maxim Cournoyer |
2020-05-06 | gnu: sbcl-type-i: Update to 20191203.•••* gnu/packages/lisp-xyz.scm (sbcl-type-i): Update to 20191203.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-trivial-features: Update to 20200403.•••* gnu/packages/lisp-xyz.scm (sbcl-trivial-features): Update to 20200403.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-trivial-cltl2: Update to 20200301.•••* gnu/packages/lisp-xyz.scm (sbcl-trivial-cltl2): Update to 20200301.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-trivia: Update to 20200301.•••* gnu/packages/lisp-xyz.scm (sbcl-trivia): Update to 20200301.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-quri: Update to 20191020.•••* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 20191020.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-plump: Update to 20200415.•••* gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 20200415.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-named-readtables: Update to 20200506.•••* gnu/packages/lisp-xyz.scm (sbcl-named-readtables): Update to 20200506.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-local-time: Update to 20200303.•••* gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 20200303.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-fast-http: Update to 20190910.•••* gnu/packages/lisp-xyz.scm (sbcl-fast-http): Update to 20190910.
| Pierre Neidhardt |
2020-05-06 | gnu: Add syntax-interpol.•••* gnu/packages/lisp-xyz.scm (cl-syntax-interpol, sbcl-syntax-interpol): New variables.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-cl-syntax-annot: Inherit from sbcl-cl-syntax.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-syntax-annot): Inherit from
sbcl-cl-syntax and remove unnecessary fields.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-trivial-gray-streams: Update to 20180909.•••* gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams): Update to 20180909.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-fast-io: Update to 20200404.•••* gnu/packages/lisp-xyz.scm (sbcl-fast-io): Update to 20200404.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-dexador: Update to 0.9.14.•••* gnu/packages/lisp-xyz.scm (sbcl-dexador): Update to 0.9.14.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-cl-prevalence: Update to 20191028.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-prevalence): Update to 20191028.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-cl-base64: Update to 3.3.4.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-base64): Update to 3.3.4.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-cl+ssl: Update to 20200314.•••* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl): Update to 20200314.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-alexandria: Update to 1.0.1.•••* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.0.1.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-s-sysdeps: Update to 20200415.•••* gnu/packages/lisp-xyz.scm (sbcl-s-sysdeps): Update to 20200415.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-cl-cffi-gtk: Update to 20200417.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-boot0): Update to 20200417.
(sbcl-cl-cffi-gtk-glib)[inputs]: Add sbcl-bordeaux-threads.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-babel: Update to 20200116.•••* gnu/packages/lisp-xyz.scm (sbcl-babel): Update to 20200116.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-closer-mop: Update to 20200430.•••* gnu/packages/lisp-xyz.scm (sbcl-closer-mop): Update to 20200430.
| Pierre Neidhardt |
2020-05-06 | gnu: sbcl-iolib: Update to 20200425.•••* gnu/packages/lisp-xyz.scm (sbcl-iolib): Update to 20200425.
| Pierre Neidhardt |
2020-05-06 | gnu: gnome-todo: Add patch metadata.•••Follow-up to b17b29454d5edd61eecb4536461789b7a3865a9a.
* gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch: Add
metadata of patch.
| Danny Milosavljevic |
2020-05-06 | gnu: gnome-todo: Fix build.•••* gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch: New file.
* gnu/packages/gnome.scm (gnome-todo)[source]: Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Danny Milosavljevic |
2020-05-06 | gnu: xfe: Fix hard-coded FHS directories.•••* gnu/packages/disk.scm (xfe):
[arguments]: Remove phase `patch-xfe-paths'. Add phases `patch-bin-dirs' and
`patch-share-dirs'.
[inputs]: Add `bash', `coreutils', `file' and `findutils'.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Raghav Gururajan |
2020-05-06 | gnu: php: Partially fix the build.•••* gnu/packages/php.scm (php)[phases]: Do not attempt to delete the now
nonexistent 'lstat_stat_variation9.phpt' file.
| Maxim Cournoyer |
2020-05-06 | gnu: Add emacs-pabbrev.•••* gnu/packages/emacs-xyz.scm (emacs-pabbrev): New variable.
| Nicolas Goaziou |
2020-05-06 | gnu: Add emacs-auto-sudoedit.•••* gnu/packages/emacs-xyz.scm (emacs-auto-sudoedit): New variable.
| Nicolas Goaziou |
2020-05-06 | gnu: ungoogled-chromium: Update to 81.0.4044.138-0.c2a89fb [security fixes].•••This release fixes CVE-2020-6831 and CVE-2020-6464.
* gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.138.
(%chromium-origin): Update hash.
| Marius Bakke |
2020-05-06 | gnu: tmux: Update to 3.1.b.•••* gnu/packages/tmux.scm (tmux): Update to 3.1.b.
| Brice Waegeneire |
2020-05-06 | gnu: mujs: Update to 1.0.7.•••* gnu/packages/javascript.scm (mujs): Update to 1.0.7.
| Efraim Flashner |
2020-05-06 | gnu: Add js8call.•••* gnu/packages/radio.scm (js8call): New variable.
| Guillaume Le Vaillant |
2020-05-06 | gnu: Add hexer.•••* gnu/packages/text-editors.scm (hexer): New Variable.
| TomZ |
2020-05-06 | doc: Clarify 'git-http-configuration' description.•••Fix <https://issues.guix.info/31780>.
* doc/guix.texi (Version Control Service): Extend
'git-http-configuration' description.
| Brice Waegeneire |