summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* installer: final: Introduce call-with-mnt-container.Mathieu Othacehe2020-09-10
| | | | | | * gnu/installer/final.scm (call-with-mnt-container): New procedure, (install-system): use it instead of call-with-container, to make sure that the container is not jailed.
* build: linux-container: Fix run-container.Mathieu Othacehe2020-09-10
| | | | | | | | | This is a follow-up of 5316dfc0f125b658e4a2acf7f00f49501663d943. Some users of run-container may expect that the container is jailed, even if there are no mounts. This is the case for some Guix tests. * gnu/build/linux-container.scm (run-container): Do not jail the container when the requested root is "/".
* gnu: Add loko-scheme.Martin Becze2020-09-10
| | | | | | | * gnu/packages/loko.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add guile-laesare.Martin Becze2020-09-10
| | | | | | * gnu/packages/guile-xyz.scm (guile-laesare): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add guile-machine-code.Martin Becze2020-09-10
| | | | | | * gnu/packages/guile-xyz.scm (guile-machine-code): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add guile-struct-pack.Martin Becze2020-09-10
| | | | | | * gnu/packages/guile-xyz.scm (guile-struct-pack): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: libcap-ng: Update to 0.8.Tobias Geerinckx-Rice2020-09-10
| | | | * gnu/packages/admin.scm (libcap-ng): Update to 0.8.
* gnu: burp: Update to 2.3.34 [security fixes].Tobias Geerinckx-Rice2020-09-10
| | | | * gnu/packages/backup.scm (burp): Update to 2.3.34.
* gnu: snd: Update to 20.7.Tobias Geerinckx-Rice2020-09-10
| | | | * gnu/packages/audio.scm (snd): Update to 20.7.
* gnu: fasm: Update to 1.73.25.Tobias Geerinckx-Rice2020-09-10
| | | | * gnu/packages/assembly.scm (fasm): Update to 1.73.25.
* gnu: starfighter: Update to 2.3.2.Kei Kebreau2020-09-09
| | | | * gnu/packages/games.scm (starfighter): Update to 2.3.2.
* gnu: retux: Update to 1.4.Kei Kebreau2020-09-09
| | | | | | * gnu/packages/games.scm (retux): Update to 1.4. [source, home-page]: Update URLs. [arguments]: Update 'install phase.
* gnu: python-xsge: Update to 2020.09.07.Kei Kebreau2020-09-09
| | | | | | | | | * gnu/packages/game-development.scm (python-xsge): Update to 2020.09.07. [native-inputs]: Add unzip. [propagated-inputs]: Remove python-game, python-six, and python-tmx. Use python-sge instead of python-sge-pygame. [home-page]: Update URL. (python2-xsge): Remove unsupported Python 2 variant.
* gnu: python-sge: Update to 1.7.Kei Kebreau2020-09-09
| | | | | | | | | * gnu/packages/game-development.scm (python-sge-pygame): Define as deprecated alias for python-sge. (python2-sge-pygame): Remove unsupported Python 2 variant. (python-sge)[source]: Use pypi-uri. [propagated-inputs]: Remove python-six. [home-page]: Update URL.
* gnu: python-file: Shrink synopsis.Ludovic Courtès2020-09-09
| | | | | * gnu/packages/python-xyz.scm (python-file)[synopsis]: Reduce to a few words. [description]: Adjust to include bit about 'python-magic' and 'magic.py'.
* gnu: Add emacs-moody.Alberto Eleuterio Flores Guerrero2020-09-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-moody): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: protonvpn-cli: Update to 2.2.4.Ryan Prior2020-09-09
| | | | | | * gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-which-key: Update to 3.5.0.Michael Rohleder2020-09-09
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-direnv: Update to 2.1.0.Nicolas Goaziou2020-09-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-direnv): Update to 2.1.0.
* gnu: linux-libre@4.14: Update to 4.14.197.Mark H Weaver2020-09-09
| | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.197. (linux-libre-4.14-pristine-source): Update hash. (deblob-scripts-4.14): Stay at version 4.14.196.
* gnu: linux-libre@4.19: Update to 4.19.144.Mark H Weaver2020-09-09
| | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.144. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Stay at version 4.19.143.
* gnu: linux-libre@5.4: Update to 5.4.64.Mark H Weaver2020-09-09
| | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.64. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Stay at version 5.4.63.
* services: dovecot: Serialize global settings first.Alexey Abramov2020-09-09
| | | | | | | * gnu/services/mail.scm (dovecot-configuration): To avoid dovecot warning messages, move serialization of protocol settings below the global one. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* services: dovecot: Use modules via symlink to system profile.Alexey Abramov2020-09-09
| | | | | | | | * gnu/services/mail.scm (%dovecot-activation): Link the location with multiple plugins (dovecot-pigeonhole, etc), to a place where dovecot can find them. * gnu/services/mail.scm (dovecot-configuration): Use the symlink. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: dovecot: Set moduledir to global directory.Efraim Flashner2020-09-09
| | | | | | | | * gnu/packages/mail.scm (dovecot)[arguments]: Add configure-flag to set moduledir. Adjust custom 'install phase to override moduledir so it successfully installs. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: znc: Update to 1.8.2.Tobias Geerinckx-Rice2020-09-09
| | | | * gnu/packages/messaging.scm (znc): Update to 1.8.2.
* gnu: linux-libre: Update to 5.8.8.Mark H Weaver2020-09-09
| | | | | | * gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.8. (linux-libre-5.8-pristine-source): Update hash. (deblob-scripts-5.8): Stay at version 5.8.7.
* gnu: mercurial: Update to 5.5.1.Dr. Arne Babenhauserheide2020-09-09
| | | | | | | | | | * gnu/packages/version-control.scm (mercurial): Update to 5.5.1. [source]: Remove patches. [arguments]: Adjust the custom 'check phase to delete a few more files. (mercurial-patch): Remove procedure. (%mercurial-patches): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* Revert "gnu: Add r-loomr."Ricardo Wurmus2020-09-09
| | | | | | This reverts commit 1f56ec08af704bdc7aa3e143bf5ce351c5306dea. This package is not free software.
* gnu: Add inspekt3d.Ricardo Wurmus2020-09-09
| | | | * gnu/packages/engineering.scm (inspekt3d): New variable.
* gnu: Add r-bisquerna.Roel Janssen2020-09-09
| | | | * gnu/packages/bioinformatics.scm (r-bisquerna): New variable.
* gnu: Add r-useful.Roel Janssen2020-09-09
| | | | * gnu/packages/cran.scm (r-useful): New variable.
* gnu: Add r-loomr.Roel Janssen2020-09-09
| | | | * gnu/packages/bioinformatics.scm (r-loomr): New variable.
* gnu: Add r-mboost.Roel Janssen2020-09-09
| | | | * gnu/packages/cran.scm (r-mboost): New variable.
* gnu: Add r-stabs.Roel Janssen2020-09-09
| | | | * gnu/packages/cran.scm (r-stabs): New variable.
* gnu: Add r-partykit.Roel Janssen2020-09-09
| | | | * gnu/packages/cran.scm (r-partykit): New variable.
* gnu: emacs-explain-pause-mode: Fix synopsis and description.Nicolas Goaziou2020-09-09
| | | | | * gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[synopsis, description]: Conform to style recommendations.
* gnu: emacs-org-contrib: Fix version to 20200907.Pierre Neidhardt2020-09-09
| | | | | * gnu/packages/emacs-xyz.scm (emacs-org-contrib): Version 20200908 does not exist yet, use the last one on ELPA.
* gnu: emacs-org-contrib: Update to 20200908.Pierre Neidhardt2020-09-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20200908.
* gnu: emacs-sly-macrostep: Update to 20191211.Pierre Neidhardt2020-09-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-sly-macrostep): Update to 20191211.
* gnu: emacs-sly: Update to 20200903.Pierre Neidhardt2020-09-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200903.
* gnu: taglib: Fix 'taglib-config --libs' -L flag.Michael Rohleder2020-09-09
| | | | | | | * gnu/packages/mp3.scm (taglib): Add "" around the substitution of ZLIB_LIBRARIES_FLAGS and add "/lib". Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: enlightenment: Fix inputs.Efraim Flashner2020-09-09
| | | | | | * gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move efl, wayland-protocols ... [propagated-inputs]: ... to here. Add libxkbcommon.
* gnu: Add breeze.Prafulla Giri2020-09-09
| | | | | | * gnu/packages/kde-frameworks.scm (breeze): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add breeze-assets.Prafulla Giri2020-09-09
| | | | | | * gnu/packages/kde-frameworks.scm (breeze-assets): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git-annex: Update to 8.20200908.Kyle Meyer2020-09-08
| | | | | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200908. [arguments]: Drop flag to disable WebDAV because the latest release unconditionally builds with WebDAV support. [inputs]: Add ghc-dav. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-dav.Kyle Meyer2020-09-08
| | | | | | * gnu/packages/haskell-web.scm (ghc-dav): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-xml-hamlet.Kyle Meyer2020-09-08
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-xml-hamlet): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* genimage: Add patch needed for the test on ARM architectures.Andreas Enge2020-09-08
| | | | | | * gnu/packages/patches/genimage-signedness.patch: New file. * gnu/packages/genimage.scm (genimage)[source]: Add patch. * gnu/local.mk (dist_patch_DATA): Register patch.
* gnu: genimage: Drop fdisk dependency.Andreas Enge2020-09-08
| | | | * gnu/packages/genimage.scm (native-inputs): Drop fdisk, which is not used.