summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-09-02installer: Run the installation inside a container.Mathieu Othacehe
When the store overlay is mounted, other processes such as kmscon, udev and guix-daemon may open files from the store, preventing the underlying install support from being umounted. See: https://lists.gnu.org/archive/html/guix-devel/2018-12/msg00161.html. To avoid this situation, mount the store overlay inside a container, and run the installation from within that container. * gnu/build/shepherd.scm (fork+exec-command/container): New procedure. * gnu/services/base.scm (guix-shepherd-service): Support an optional PID argument passed to the "start" method. If that argument is passed, ensure that guix-daemon enters the given PID MNT namespace by using fork+exec-command/container procedure. * gnu/installer/final.scm (umount-cow-store): Remove it, (install-system): run the installation from within a container. * gnu/installer/newt/final.scm (run-install-shell): Remove the display hack.
2020-09-02linux-container: Do not jail the container unconditionally.Mathieu Othacehe
We may want to run a container inside the MNT namespace, without jailing the container. If RUN-CONTAINER is passed a null MOUNTS list, do not jail the container. * gnu/build/linux-container.scm (run-container): Do not call MOUNT-FILE-SYSTEMS if MOUNTS list is empty.
2020-09-02install: Factorize cow-store procedure.Mathieu Othacehe
Move the cow-store procedure from the service declaration in (gnu system install) to (gnu build install), so that it can be called from within a different context than Shepherd. * gnu/build/install.scm (mount-cow-store, unmount-cow-store): New procedures. * gnu/system/install.scm (make-cow-store): Remove it, (cow-store-service-type): adapt it accordingly.
2020-09-02gnu: nyxt: Update to 2-pre-release-1.Pierre Neidhardt
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-1.
2020-09-02gnu: Add sbcl-clack-handler-hunchentoot.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-clack-handler-hunchentoot): New variable.
2020-09-02gnu: Add clack-handler-fcgi.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-clack-handler-fcgi, sbcl-clack-handler-fcgi): New variables. (sbcl-clack): Extract revision and commit so that they can be factored with sbcl-clack-handler-fcgi.
2020-09-02gnu: Add cl-fastcgi.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-fastcgi, ecl-fastcgi, sbcl-fastcgi): New variables.
2020-09-02gnu: sbcl-mito: Remove spurious comment.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Remove spurious comment, this test is already removed a few lines below.
2020-09-02gnu: sbcl-dbi: Update to 20200518.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 20200518.
2020-09-02gnu: sbcl-cl-sqlite: Update to 0.2.1.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-sqlite): Update to 0.2.1.
2020-09-02gnu: js-filesaver: Also install unminified version.Efraim Flashner
* gnu/packages/javascript.scm (js-filesaver)[arguments]: Add phase to install unminified javascript file.
2020-09-02gnu: xfsprogs: Update to 5.7.0.Efraim Flashner
* gnu/packages/linux.scm (xfsprogs): Update to 5.7.0.
2020-09-02gnu: osip: Update to 5.1.2.Efraim Flashner
* gnu/packages/telephony.scm (osip): Update to 5.1.2.
2020-09-02services: childhurd: Always include the secret-service.Jan (janneke) Nieuwenhuizen
* gnu/services/virtualization.scm (secret-service-operating-system): New procedure. (hurd-vm-disk-image): Use it to ensure a Childhurd always includes the secret-service. (%hurd-vm-operating-system): Remove secret-service. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-01gnu: %default-extra-linux-options: Enable kernel options for elogind service.Vagrant Cascadian
Fixes: https://issues.guix.gnu.org/43078 These options are already enabled in the kernel configs included in guix, but might be missing from variants using a defconfig from the upstream kernel, such as linux-libre-arm-generic and linux-libre-arm64-generic. * gnu/packages/linux (%default-extra-linux-options): Enable CONFIG_CGROUP_FREEZER, CONFIG_BLK_CGROUP, CONFIG_CGROUP_WRITEBACK, CONFIG_CGROUP_SCHED, CONFIG_CGROUP_PIDS, CONFIG_CGROUP_FREEZER, CONFIG_CGROUP_DEVICE, CONFIG_CGROUP_CPUACCT, CONFIG_CGROUP_PERF, CONFIG_SOCK_CGROUP_DATA, CONFIG_BLK_CGROUP_IOCOST, CONFIG_CGROUP_NET_PRIO, CONFIG_CGROUP_NET_CLASSID, CONFIG_MEMCG, CONFIG_MEMCG_SWAP, CONFIG_MEMCG_KMEM, CONFIG_CPUSETS and CONFIG_PROC_PID_CPUSET.
2020-09-01gnu: guile-cairo: Update to 1.11.1.Efraim Flashner
* gnu/packages/gtk.scm (guile-cairo): Update to 1.11.1. [arguments]: Add make-flag to hide guild warnings.
2020-09-01gnu: ttfautohint: Don't build static library.Efraim Flashner
* gnu/packages/fontutils.scm (ttfautohint)[arguments]: Add configure-flag to not build static library.
2020-09-01gnu: ttfautohint: Update to 1.8.3.Efraim Flashner
* gnu/packages/fontutils.scm (ttfautohint): Update to 1.8.3. [source]: Remove patch. * gnu/packages/patches/ttfautohint-source-date-epoch.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-09-01gnu: wireless-regdb: Update to 2020.04.29.Efraim Flashner
* gnu/packages/linux.scm (wireless-regdb): Update to 2020.04.29.
2020-09-01gnu: xf86-video-sis: Update to 0.12.0.Efraim Flashner
* gnu/packages/xorg.scm (xf86-video-sis): Update to 0.12.0. [source]: Remove patch. * gnu/packages/patches/xf86-video-sis-xorg-compat.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-09-01gnu: xf86-video-ati: Update to 19.1.0.Efraim Flashner
* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.1.0. [arguments]: Enable glamor.
2020-09-01gnu: xf86-video-amdgpu: Update to 19.1.0.Efraim Flashner
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.1.0.
2020-09-01gnu: emacs-org-webring: Update to 1.6.Alexandru-Sergiu Marton
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.6. Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-09-01gnu: emacs-elisp-refs: Disable test failing on Emacs 27.1.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-elisp-refs)[arguments]: Add phase to disable failing test "elisp-refs-next-match" on emacs27. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-01gnu: Add guile-srfi-180.Martin Becze
* gnu/packages/guile-xyz.scm (guile-srfi-180): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-01gnu: emacs-helm: Update to 3.6.5.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.5.
2020-09-01gnu: kakoune: Update to 2020.09.01.Tobias Geerinckx-Rice
* gnu/packages/text-editors.scm (kakoune): Update to 2020.09.01.
2020-09-01gnu: libopenmpt: Remove 5.1-MiB static library.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (libopenmpt)[arguments]: Add a ‘delete-static-libraries’ phase.
2020-09-01gnu: libopenmpt: Remove duplicate LICENSE file.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (libopenmpt)[arguments]: Set the default ‘--docdir’ in #:configure-flags.
2020-09-01gnu: libopenmpt: Update to 0.5.2.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.2.
2020-09-01gnu: Add dovecot-pigeonhole.Alexey Abramov
* gnu/packages/mail.scm (dovecot-pigeonhole): New public variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-09-01gnu: Add opensmtpd-filter-dkimsign.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (libopensmtpd): New variable. opensmtpd-filter-dkimsign): New public variable.
2020-09-01gnu: Add caveman.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-caveman, ecl-caveman, sbcl-caveman): New variables.
2020-09-01gnu: Add cl-project.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-project, ecl-cl-project, sbcl-cl-project): New variables.
2020-09-01gnu: Add cl-emb.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-emb, ecl-emb, sbcl-emb): New variables.
2020-09-01gnu: Add do-urlencode.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-do-urlencode, ecl-do-urlencode, sbcl-do-urlencode): New variables.
2020-09-01gnu: Add datafly.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-datafly, ecl-datafly, sbcl-datafly): New variables.
2020-09-01gnu: Add kebab.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-kebab, ecl-kebab, sbcl-kebab): New variables.
2020-09-01gnu: Add mito.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-mito, sbcl-mito): New variables.
2020-09-01gnu: Add ecl-cl-postgres.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (ecl-cl-postgres): New variable.
2020-09-01gnu: Add ecl-md5.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (ecl-md5): New variable.
2020-09-01gnu: Add envy.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-envy, ecl-envy, sbcl-envy): New variables.
2020-09-01gnu: manuskript: Use make-deskop-entry-file.Efraim Flashner
* gnu/packages/text-editors.scm (manuskript)[arguments]: Adjust custom 'install phase to use make-desktop-entry-file.
2020-09-01services: childhurd: Support installing secrets from the host.Jan (janneke) Nieuwenhuizen
* gnu/services/virtualization.scm (%hurd-vm-operating-system): Add secret-service. (hurd-vm-shepherd-service): Use it to install secrets. * doc/guix.texi (The Hurd in a Virtual Machine): Document it.
2020-09-01services: Add secret-service-type.Jan (janneke) Nieuwenhuizen
This adds a "secret-service" that can be added to a Childhurd VM to receive out-of-band secrets (keys) sent from the host. Co-authored-by: Ludovic Courtès <ludo@gnu.org> * gnu/services/virtualization.scm (secret-service-activation): New procedure. (secret-service-type): New variable. * gnu/build/secret-service.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-09-01gnu: childsplay: Fix .desktop file.Prafulla Giri
* gnu/packages/education.scm (childsplay)[arguments]: In phase 'create-desktop-file, fix Exec to point to out/bin/childsplay. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-01gnu: gajim-omemo: Update to 2.7.7.Mason Hock
* gnu/packages/messaging.scm (gajim-omemo): Update to 2.7.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-01gnu: knot: Update to 2.9.6.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.9.6.
2020-09-01gnu: xtl: Update to 0.6.17.Tobias Geerinckx-Rice
* gnu/packages/cpp.scm (xtl): Update to 0.6.17.
2020-09-01gnu: enlightenment-wayland: Deprecate package.Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment-wayland): Deprecate package in favor of enlightenment.