aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-08gnu: wireservice: New wireservice-package macro.Pierre Langlois
Replace the parent 'base-package' variable with a 'wireservice-package' macro that includes all common package fields. * gnu/packages/wireservice.scm (base-package): Delete. (wireservice-package): New macro. (python-leather, python-agate, python-agate-sql, python-agate-dbf, python-agate-excel): Use wireservice-package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-08channels: Key cached channel derivations by system.Ludovic Courtès
Previously, the channel instance to derivation mapping would be independent of the system. Thus, building the same channel instance for several different systems would always return the derivation that was first computed. This is a followup to c3ab921eed2a471022e9863a94ea521508782e53. * guix/channels.scm (channel-instance-derivations)[instance->derivation]: Pass the current system as a third argument to 'mcached'.
2019-07-08gnu: gama: Update to 2.06.Efraim Flashner
* gnu/packages/gps.scm (gama): Update to 2.06.
2019-07-07gnu: diffoscope: Update to 116.Vagrant Cascadian
* gnu/packages/package-management (diffoscope): Update to 116.
2019-07-07gnu: Add csvkit.Pierre Langlois
* gnu/packages/wireservice.scm (csvkit): New variable. * gnu/packages/patches/csvkit-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add python-agate-excel.Pierre Langlois
* gnu/packages/wireservice.scm (python-agate-excel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add python-agate-dbf.Pierre Langlois
* gnu/packages/wireservice.scm (python-agate-dbf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add python-agate-sql.Pierre Langlois
* gnu/packages/wireservice.scm (python-agate-sql): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add python-agate.Pierre Langlois
* gnu/packages/wireservice.scm (python-agate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add python-leather.Pierre Langlois
* gnu/packages/wireservice.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add python-dbfread.Pierre Langlois
* gnu/packages/python-xyz.scm (python-dbfread): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add python-crate.Pierre Langlois
* gnu/packages/databases.scm (python-crate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add python-pytimeparse.Pierre Langlois
* gnu/packages/time.scm (python-pytimeparse): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add python-slugify.Pierre Langlois
* gnu/packages/python-web.scm (python-slugify): New variable. * gnu/packages/patches/python-slugify-depend-on-unidecode.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add emacs-moe-theme-el.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-moe-theme-el): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-goto-chg: Update to 1.7.3-1.1829a13.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.3-1.1829a13. [origin]: Use GIT-FETCH and GIT-REFERENCE. [home-page]: Update. [inputs]: Add emacs-undo-tree. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-hydra: Update to 0.15.0.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-hydra): Update to 0.15.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: Add emacs-lpy.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-lpy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-md4rd: Update to 0.3.1.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-md4rd): Update to 0.3.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-zoutline: Update to 0.2.0.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-zoutline): Update to 0.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-restclient: Update to 0-2.422ee8d.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 0-2.422ee8d. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-disk-usage: Don't use unstable tarball.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-disk-usage)[source]: Use GIT-FETCH and GIT-FILE-NAME. [home-page] Move to usual location. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-fish-completion: Don't use unstable tarball.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-fish-completion)[source]: Use GIT-FETCH and GIT-FILE-NAME. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-company-restclient: Update to 0.3.0.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-company-restclient): Update to 0.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-skewer-mode: Update to 1.8.0.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-skewer-mode): Update to 1.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-simple-httpd: Update to 1.5.1.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-simple-httpd): Update to 1.5.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07gnu: emacs-git-timemachine: Update to 4.10.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-git-timemachine): Update to 4.10. [propagated-inputs] Add emacs-transient. [source] Use GIT-FETCH and GIT-REFERENCE. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-07build: Remove outdated 'release.nix'.Ludovic Courtès
This file had been unmaintained and probably broken since ~2013. * release.nix: Remove. * Makefile.am (EXTRA_DIST): Adjust accordingly.
2019-07-07build: Add 'doc/build.scm' to build on-line copies of the manual.Ludovic Courtès
* doc/build.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
2019-07-07gnu: wine-staging: Update to 4.12.1.Rutger Helling
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.12.1. * gnu/packages/wine.scm (wine-staging): Update to 4.12.1.
2019-07-07gnu: Update lollypop to 1.1.3.1.Christopher Baines
* gnu/packages/gnome.scm (lollypop): Update to 1.1.3.1. [inputs]: Add python-pil.
2019-07-06self: Ship the (gnu machine …) modules.Mark H Weaver
This is a followup to commit fa9edf09e992db7510c7471486dffc93e1e707e5. * guix/self.scm (compiled-guix)[*system-modules*]: Explicitly add all of gnu/machine/*.
2019-07-06gnu: xpad: Build against gtksourceview@3.Marius Bakke
* gnu/packages/gnome.scm (xpad)[inputs]: Change GTKSOURCEVIEW to GTKSOURCEVIEW-3.
2019-07-06gnu: jsoncpp: Update to 1.9.0.Marius Bakke
* gnu/packages/serialization.scm (jsoncpp): Update to 1.9.0.
2019-07-06gnu: jsoncpp: Fetch sources through git.Marius Bakke
* gnu/packages/serialization.scm (jsoncpp)[source]: Switch to GIT-FETCH.
2019-07-06gnu: libraw: Update to 0.19.3.Marius Bakke
* gnu/packages/photo.scm (libraw): Update to 0.19.3.
2019-07-06gnu: python-soupsieve: Update to 1.9.2.Marius Bakke
* gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.2.
2019-07-06gnu: python-setuptools: Update to 41.0.1.Brian Leung
* gnu/packages/python-xyz.scm (python-setuptools): Update to 41.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-07-06gnu: python-olefile: Update to 0.46.Marius Bakke
* gnu/packages/python-xyz.scm (python-olefile): Update to 0.46. [source]: Switch to release tarball instead of git snapshot.
2019-07-06Remove references to non-existent 'tests/machine.scm'.Jakob L. Kreuze
* Makefile.am (SCM_TESTS): Remove 'tests/machine.scm' line.
2019-07-06tests: encrypted-root-os: Increase root partition size.Ludovic Courtès
1.2G had become slightly too small on x86_64. * gnu/tests/install.scm (%encrypted-root-installation-script): Increase root partition size to 1.3G.
2019-07-06ci: 'channel-build-system' honors the target system.Ludovic Courtès
Fixes a bug made evident e79281be105b16153c375af5506db31fd1e32698: the x86_64-linux derivation of 'current-guix' would be cached and reused for i686-linux, leading to test failures. Namely, /run/current-system/profile/bin/guix would have an x86_64 binary in its shebang, and thus it would end up being interpreted by /bin/sh, which would fail like this: + guix --version /run/current-system/profile/bin/guix: line 2: !#: command not found /run/current-system/profile/bin/guix: line 3: syntax error near unexpected token `set!' /run/current-system/profile/bin/guix: line 3: `(begin (set! %load-path … See <https://ci.guix.gnu.org/build/1431119/details>. * gnu/ci.scm (channel-build-system)[build]: Pass #:system to 'run-with-store'.
2019-07-06channels: Simplify 'channel-instances->manifest'.Ludovic Courtès
* guix/channels.scm (channel-instances->manifest)[instance->entry]: Change to take two arguments instead of a tuple. Turn into a non-monadic procedure. Call it via 'map' instead of 'mapm'.
2019-07-06gnu: wine-staging: Update to 4.12.Rutger Helling
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.12. * gnu/packages/wine.scm (wine-staging): Update to 4.12.
2019-07-06linux-container: Mount a new /dev/pts instance in the container.Ludovic Courtès
Fixes <https://bugs.gnu.org/36463>. Reported by Steffen Rytter Postas <nc@scalehost.eu>. * gnu/build/linux-container.scm (mount-file-systems): When /dev/ptmx exists on the host, explicitly mount a new instance of devpts and make /dev/ptmx a symlink to /dev/pts/ptmx.
2019-07-06gnu: grammalecte: Update to 1.2.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.2.
2019-07-06doc: Add section for 'guix deploy'.Jakob L. Kreuze
* doc/guix.texi: Add section "Invoking guix deploy".
2019-07-06Add 'guix deploy'.Jakob L. Kreuze
* guix/scripts/deploy.scm: New file. * Makefile.am (MODULES): Add it.
2019-07-06gnu: Add machine type for deployment specifications.Jakob L. Kreuze
* gnu/machine.scm: New file. * gnu/machine/ssh.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2019-07-06ssh: Add 'identity' keyword to 'open-ssh-session'.Jakob L. Kreuze
* guix/ssh.scm (open-ssh-session): Add 'identity' keyword argument.