summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-16store: Memoize 'built-in-builders' call directly in <store-connection>.Ludovic Courtès
The caching strategy introduced in 40cc850aebb497faed0a11d867d8fcee729023df was ineffective since we regularly start from an empty object cache. For example, "guix build inkscape -n" would make 241 'built-in-builders' RPCs. * guix/store.scm (<store-connection>)[built-in-builders]: New field. (open-connection): Adjust '%make-store-connection' call accordingly. (port->connection): Likewise. (built-in-builders): Rename to... (%built-in-builders): ... this. (built-in-builders): New procedure. * guix/download.scm (built-in-builders*): Remove 'mcached' call.
2019-04-16gnu: lm-sensors: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (lm-sensors)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-16gnu: lm-sensors: Update to 3.5.0.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (lm-sensors): Update to 3.5.0.
2019-04-16gnu: wireshark: Update to 3.0.1.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (wireshark): Update to 3.0.1.
2019-04-16gnu: openmpi: Update to .Tobias Geerinckx-Rice
* gnu/packages/mpi.scm (openmpi): Update to . mpi openmpi
2019-04-16gnu: http-parser: Update to 2.9.1.Tobias Geerinckx-Rice
* gnu/packages/web.scm (http-parser): Update to 2.9.1.
2019-04-15gnu: mate: Include mate-power-manager.guy fleury iteriteka
* gnu/packages/mate.scm (mate)[inputs]: Add mate-power-manager. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-15gnu: mate: Add mate-power-manager.guy fleury iteriteka
* gnu/packages/mate.scm (mate-power-manager): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-15nls: Update 'fr' translation.Julien Lepiller
2019-04-15gnu: Add emacs-ace-jump-modeTim Gesthuizen
* gnu/packages/emacs-xyz.scm (emacs-ace-jump-mode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-15doc: Replace misuses of @var by @code.Ludovic Courtès
* doc/guix.texi (Hardware Considerations, Service Types and Services) (Service Reference, Shepherd Services, Security Updates): Use @code instead of @var for things that are not meta-syntactic variables.
2019-04-15guix build: Fix relative file name canonicalization for '--root'.Ludovic Courtès
Fixes <https://bugs.gnu.org/35271>. Reported by rendaw <7e9wc56emjakcm@s.rendaw.me>. * guix/scripts/build.scm (register-root): When ROOT is a relative file name, append the basename of ROOT, not ROOT itself. * tests/guix-build.sh: Add test.
2019-04-15doc: Document 'this-package' and 'this-operating-system'.Ludovic Courtès
* doc/guix.texi (package Reference): Document 'this-package'. (operating-system Reference): Document 'this-operating-system'.
2019-04-15install: Provide a meaningful label.Ludovic Courtès
* gnu/system/install.scm (installation-os)[label]: New field.
2019-04-15system: Add 'label' field to <operating-system>.Ludovic Courtès
* gnu/system.scm (<operating-system>)[label]: New field. (operating-system-default-label): New procedure. (operating-system-boot-parameters): Use it instead of 'kernel->boot-label'. * doc/guix.texi (operating-system Reference): Document it.
2019-04-15gnu: kmscon: Provide source file name.Ludovic Courtès
* gnu/packages/terminals.scm (kmscon)[source]: Add 'file-name'.
2019-04-15gnu: kmscon: Remove dependency on MESA.Ludovic Courtès
* gnu/packages/terminals.scm (kmscon)[inputs]: Remove MESA. [arguments]: Add #:disallowed-references.
2019-04-15gnu: perl-net-dns: Update to 1.20.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (perl-net-dns): Update to 1.20.
2019-04-15gnu: fswatch: Update to 1.14.0.Tobias Geerinckx-Rice
* gnu/packages/monitoring.scm (fswatch): Update to 1.14.0.
2019-04-15gnu: fswatch: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/monitoring.scm (fswatch)[source]: Hard-code NAME.
2019-04-15gnu: aj-snapshot: Update to 0.9.9.Tobias Geerinckx-Rice
* gnu/packages/music.scm (aj-snapshot): Update to 0.9.9.
2019-04-15gnu: musl: Update to 1.1.22.Tobias Geerinckx-Rice
* gnu/packages/musl.scm (musl): Update to 1.1.22.
2019-04-15gnu: socat: Update to 1.7.3.3.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (socat): Update to 1.7.3.3.
2019-04-15gnu: toxic: Update to 0.8.3.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (toxic): Update to 0.8.3.
2019-04-15gnu: toxic: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (toxic)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-15gnu: eyed3: Update to 0.8.10.Tobias Geerinckx-Rice
* gnu/packages/mp3.scm (eyed3): Update to 0.8.10.
2019-04-15gnu: ncmpc: Update to 0.34.Tobias Geerinckx-Rice
* gnu/packages/mpd.scm (ncmpc): Update to 0.34.
2019-04-15gnu: quilt: Update to 0.66.Tobias Geerinckx-Rice
* gnu/packages/patchutils.scm (quilt): Update to 0.66. [source]: Remove all patches. * gnu/packages/patches/quilt-test-fix-regex.patch, gnu/packages/patches/quilt-getopt-nondigit-param.patch, gnu/packages/patches/quilt-getopt-second-separator.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2019-04-15gnu: quilt: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/patchutils.scm (quilt)[source]: Hard-code NAME.
2019-04-15gnu: meld: Update to 3.20.1.Tobias Geerinckx-Rice
* gnu/packages/patchutils.scm (meld): Update to 3.20.1.
2019-04-15gnu: highlight: Update to 3.50.Tobias Geerinckx-Rice
* gnu/packages/pretty-print.scm (highlight): Update to 3.50.
2019-04-15gnu: darktable: Update to 2.6.2.Tobias Geerinckx-Rice
* gnu/packages/photo.scm (darktable): Update to 2.6.2.
2019-04-15gnu: yubikey-personalization: Update to 1.19.3.Tobias Geerinckx-Rice
* gnu/packages/security-token.scm (yubikey-personalization): Update to 1.19.3.
2019-04-15gnu: python-acme, certbot: Update to 0.33.1.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (python-acme, certbot): Update to 0.33.1.
2019-04-15gnu: libwacom: Update to 0.33.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (libwacom): Update to 0.33.
2019-04-15gnu: ncdc: Update to 1.21.Tobias Geerinckx-Rice
* gnu/packages/dc.scm (ncdc): Update to 1.21.
2019-04-15gnu: connman: Update to 1.37.Tobias Geerinckx-Rice
* gnu/packages/connman.scm (connman): Update to 1.37. [arguments]: Remove unconventional comment (it's implicit in the name).
2019-04-15gnu: connman: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/connman.scm (connman)[source]: Hard-code NAME.
2019-04-15gnu: conky: Update to 1.11.3.Tobias Geerinckx-Rice
* gnu/packages/conky.scm (conky): Update to 1.11.3.
2019-04-15gnu: conky: Use GIT-FILE-NAME.Tobias Geerinckx-Rice
* gnu/packages/conky.scm (conky)[source]: Use GIT-FILE-NAME instead of bogus ’[…].tar.gz’ for a directory.
2019-04-15gnu: knot: Update to 2.8.1.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 2.8.1. [source]: Remove patch. * gnu/packages/patches/knot-include-system-lmdb-header.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-04-15gnu: laby: Fix build.Tobias Geerinckx-Rice
* gnu/packages/games.scm (laby)[inputs]: Add ocamlbuild. [arguments]: Add new ’allow-unsafe-strings’ phase. Rename ’setenv’ phase to the more meaningful ’set-library-path’.
2019-04-15gnu: sbcl-hunchentoot: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (sbcl-hunchentoot)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-15gnu: sbcl-cffi-bootstrap: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (sbcl-cffi-bootstrap)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-15gnu: hypre: Update to 2.15.1.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (hypre): Update to 2.15.1.
2019-04-15gnu: hypre: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (hypre)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-15gnu: openspecfun: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (openspecfun)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-15gnu: muparser: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (muparser)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-04-15gnu: emacs-tuareg: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/ocaml.scm (emacs-tuareg)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add ‘make-git-checkout-writable’ phase.
2019-04-15gnu: camlp5: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/ocaml.scm (camlp5)[source]: Use GIT-FETCH and GIT-FILE-NAME.