summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2020-05-06
|\
| * gnu: nix: Update to 2.3.4.Giacomo Leidi2020-05-06
| | | | | | | | | | | | | | * gnu/packages/package-management.scm (nix): Update to 2.3.4, [inputs]: Add boost, brotli, editline. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add editline.Giacomo Leidi2020-05-06
| | | | | | | | | | | | * gnu/packages/libedit.scm (editline): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: supercollider: Update to 3.11.0.Giacomo Leidi2020-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * gnu: Add ableton-link.Giacomo Leidi2020-05-06
| | | | | | | | | | | | | | | | | | * 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>
| * gnu: Add gnome-shell-extension-clipboard-indicator.Jack Hill2020-05-06
| | | | | | | | | | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: Add makepasswd.Jean-Baptiste Note2020-05-06
| | | | | | | | | | | | * gnu/packages/password-utils.scm (makepasswd): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * gnu: webkitgtk: Patch to share store via Bubblewrap.Jack Hill2020-05-06
| | | | | | | | | | | | | | | | | | | | 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>
| * services: Do not use symbolic links in PulseAudio variables.Marius Bakke2020-05-06
| | | | | | | | | | | | | | | | | | | | 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.
| * gnu: endless-sky: Update to 0.9.12.Timotej Lazar2020-05-06
| | | | | | | | | | | | * gnu/packages/games.scm (endless-sky): Update to 0.9.12. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: sbcl-type-i: Update to 20191203.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-type-i): Update to 20191203.
| * gnu: sbcl-trivial-features: Update to 20200403.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-features): Update to 20200403.
| * gnu: sbcl-trivial-cltl2: Update to 20200301.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-cltl2): Update to 20200301.
| * gnu: sbcl-trivia: Update to 20200301.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivia): Update to 20200301.
| * gnu: sbcl-quri: Update to 20191020.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 20191020.
| * gnu: sbcl-plump: Update to 20200415.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 20200415.
| * gnu: sbcl-named-readtables: Update to 20200506.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-named-readtables): Update to 20200506.
| * gnu: sbcl-local-time: Update to 20200303.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 20200303.
| * gnu: sbcl-fast-http: Update to 20190910.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-fast-http): Update to 20190910.
| * gnu: Add syntax-interpol.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (cl-syntax-interpol, sbcl-syntax-interpol): New variables.
| * gnu: sbcl-cl-syntax-annot: Inherit from sbcl-cl-syntax.Pierre Neidhardt2020-05-06
| | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-syntax-annot): Inherit from sbcl-cl-syntax and remove unnecessary fields.
| * gnu: sbcl-trivial-gray-streams: Update to 20180909.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams): Update to 20180909.
| * gnu: sbcl-fast-io: Update to 20200404.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-fast-io): Update to 20200404.
| * gnu: sbcl-dexador: Update to 0.9.14.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-dexador): Update to 0.9.14.
| * gnu: sbcl-cl-prevalence: Update to 20191028.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-prevalence): Update to 20191028.
| * gnu: sbcl-cl-base64: Update to 3.3.4.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-base64): Update to 3.3.4.
| * gnu: sbcl-cl+ssl: Update to 20200314.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl+ssl): Update to 20200314.
| * gnu: sbcl-alexandria: Update to 1.0.1.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.0.1.
| * gnu: sbcl-s-sysdeps: Update to 20200415.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-s-sysdeps): Update to 20200415.
| * gnu: sbcl-cl-cffi-gtk: Update to 20200417.Pierre Neidhardt2020-05-06
| | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-boot0): Update to 20200417. (sbcl-cl-cffi-gtk-glib)[inputs]: Add sbcl-bordeaux-threads.
| * gnu: sbcl-babel: Update to 20200116.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-babel): Update to 20200116.
| * gnu: sbcl-closer-mop: Update to 20200430.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-closer-mop): Update to 20200430.
| * gnu: sbcl-iolib: Update to 20200425.Pierre Neidhardt2020-05-06
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-iolib): Update to 20200425.
| * gnu: gnome-todo: Add patch metadata.Danny Milosavljevic2020-05-06
| | | | | | | | | | | | | | Follow-up to b17b29454d5edd61eecb4536461789b7a3865a9a. * gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch: Add metadata of patch.
| * gnu: gnome-todo: Fix build.Danny Milosavljevic2020-05-06
| | | | | | | | | | | | * 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.
| * gnu: xfe: Fix hard-coded FHS directories.Raghav Gururajan2020-05-06
| | | | | | | | | | | | | | | | | | * 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>
| * gnu: Add emacs-pabbrev.Nicolas Goaziou2020-05-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-pabbrev): New variable.
| * gnu: Add emacs-auto-sudoedit.Nicolas Goaziou2020-05-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-auto-sudoedit): New variable.
| * gnu: ungoogled-chromium: Update to 81.0.4044.138-0.c2a89fb [security fixes].Marius Bakke2020-05-06
| | | | | | | | | | | | | | 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.
| * gnu: tmux: Update to 3.1.b.Brice Waegeneire2020-05-06
| | | | | | | | * gnu/packages/tmux.scm (tmux): Update to 3.1.b.
| * gnu: mujs: Update to 1.0.7.Efraim Flashner2020-05-06
| | | | | | | | * gnu/packages/javascript.scm (mujs): Update to 1.0.7.
| * gnu: Add js8call.Guillaume Le Vaillant2020-05-06
| | | | | | | | * gnu/packages/radio.scm (js8call): New variable.
| * gnu: Add hexer.TomZ2020-05-06
| | | | | | | | * gnu/packages/text-editors.scm (hexer): New Variable.
| * services: rottlog: Append '.gz' to rotated file.Brice Waegeneire2020-05-06
| | | | | | | | | | | | Fixes <https://issues.guix.info/issue/40945>. * gnu/services/admin.scm (%default-rotations): Add option 'storefile'.
| * gnu: Add warsow-qfusion.Pierre Neidhardt2020-05-06
| | | | | | | | | | | | * gnu/packages/patches/warsow-qfusion-fix-bool-return-type.patch: New file. * gnu/local.mk: Include patch. * gnu/packages/game-development.scm (warsow-qfusion): New variable.
| * gnu: Add emacs-ivy-posframe.Oleg Pykhalov2020-05-06
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): New variable.
| * gnu: linux-libre: Update to 5.4.39.Mark H Weaver2020-05-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.39. (linux-libre-5.4-pristine-source): Update hash.
| * gnu: linux-libre@5.6: Update to 5.6.11.Mark H Weaver2020-05-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.11. (linux-libre-5.6-pristine-source): Update hash.
| * gnu: linux-libre@4.19: Update to 4.19.121.Mark H Weaver2020-05-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.121. (linux-libre-4.19-pristine-source): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.179.Mark H Weaver2020-05-06
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.179. (linux-libre-4.14-pristine-source): Update hash.