summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: webkitgtk: Fix build on i686.Marius Bakke2019-04-16
| | | | | | | | Fixes <https://bugs.gnu.org/35232>. * gnu/packages/patches/webkitgtk-sse2.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/webkit.scm (webkitgtk-2.24)[source](patches): New field.
* gnu: epiphany: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/gnome.scm (epiphany)[source]: Hard-code NAME.
* gnu: eolie: Update to 0.9.60.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/gnome.scm (eolie): Update to 0.9.60.
* gnu: docker, docker-cli: Update to 18.09.5.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/docker.scm (%docker-version): Update to 18.09.5.
* gnu: avrdude: Use @acronym{} mark-up.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/flashing-tools.scm (avrdude)[description]: Use it.
* gnu: avrdude: Update to 6.3.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/flashing-tools.scm (avrdude): Update to 6.3.
* gnu: singular: Update to 4.1.2p1.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/algebra.scm (singular): Update to 4.1.2p1.
* gnu: Add poedit.Julien Lepiller2019-04-16
| | | | | * gnu/packages/poedit.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: Add lucene++.Julien Lepiller2019-04-16
| | | | * gnu/packages/rdf.scm (lucene++): New variable.
* gnu: spice-gtk: Update to 0.36.Marius Bakke2019-04-16
| | | | | | * gnu/packages/spice.scm (spice-gtk): Update to 0.36. [inputs]: Add JSON-GLIB. [arguments]: Disable session test.
* gnu: spice-gtk: Propagate required inputs.Marius Bakke2019-04-16
| | | | | | * gnu/packages/spice.scm (spice-gtk)[inputs]: Move GTK+, PIXMAN and OPENSSL ... [propagated-inputs]: ... here. (virt-viewer)[inputs]: Remove OPENSSL.
* gnu: http-parser: Update to 2.9.2.Marius Bakke2019-04-16
| | | | | * gnu/packages/web.scm (http-parser): Update to 2.9.2. [source](snippet): Remove.
* gnu: nginx: Update to 1.15.12.Marius Bakke2019-04-16
| | | | * gnu/packages/web.scm (nginx): Update to 1.15.12.
* gnu: python-dask: Update to 1.2.0.Marius Bakke2019-04-16
| | | | * gnu/packages/python-xyz.scm (python-dask): Update to 1.2.0.
* gnu: libqmi: Update to 1.22.4.Marius Bakke2019-04-16
| | | | * gnu/packages/freedesktop.scm (libqmi): Update to 1.22.4.
* gnu: libmbim: Update to 1.18.2.Marius Bakke2019-04-16
| | | | * gnu/packages/freedesktop.scm (libmbim): Update to 1.18.2.
* gnu: bridge-utils: Update to 1.6.Tobias Geerinckx-Rice2019-04-16
| | | | | * gnu/packages/linux.scm (bridge-utils): Update to 1.6. [source]: Update project URL.
* gnu: apfs-fuse: Fix ’file system’ spelling.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/file-systems.scm (apfs-fuse)[synopsis]: Fix spelling.
* gnu: lm-sensors: Update home page.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/linux.scm (lm-sensors)[home-page]: Update.
* gnu: Add sbcl-log4cl, cl-log4cl, and ecl-log4cl.frozenpigs2019-04-16
| | | | | | | * gnu/packages/lisp.scm (sbcl-log4cl, cl-log4cl, ecl-log4cl): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sbcl-bordeaux-threads: Update to 0.8.6-1.5dce49f.frozenpigs2019-04-16
| | | | | | | * gnu/packages/lisp.scm (sbcl-bordeaux-threads): Update to commit 5dce49f. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-ace-link.mikadoZero2019-04-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ace-link): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: http-parser: Fix build on i686-linux.Ludovic Courtès2019-04-16
| | | | | | | | | Fixes a regression introduced in c11fcc6aa27db5f68aed807a6190143f4a156564, whereby 'http-parser' would fail to build on i686. * gnu/packages/web.scm (http-parser)[source](modules, snippet): New fields.
* tests: Gracefully skip zlib test when zlib is missing.Ludovic Courtès2019-04-16
| | | | | * tests/zlib.scm: Use 'test-skip' instead of (exit 77) when (zlib-available?) returns false.
* gnu: slurm: Configure with a "standard" syslogdir.Ludovic Courtès2019-04-16
| | | | | | | | | | Until now, we were using syslogdir=$prefix/etc, which did not exist. Thus, commands would always fail like this: $ guix environment --ad-hoc slurm --pure -- squeue -u $USER squeue: error: s_p_parse_file: unable to status file /gnu/store/…-slurm-17.11.3/etc/slurm.conf: No such file or directory, retrying in 1sec up to 60sec * gnu/packages/parallel.scm (slurm)[arguments]: Pass --sysconfdir.
* gnu: Add libomp.Ludovic Courtès2019-04-16
| | | | * gnu/packages/llvm.scm (libomp): New variable.
* gnu: guile-charting: Install .go files in the right place.Ludovic Courtès2019-04-16
| | | | | * gnu/packages/plotutils.scm (guile-charting)[source](modules, snippet): New fields.
* store: Add "add-data-to-store-cache" profiling component.Ludovic Courtès2019-04-16
| | | | | * guix/store.scm (add-data-to-store): Define 'lookup' and use it instead of 'hash-ref'.
* derivations: Reduce 'valid-path?' RPCs in 'derivation-prerequisites-to-build'.Ludovic Courtès2019-04-16
| | | | | | | | On a profile with 280 packages, this reduces the number of 'valid-paths?' RPCs made by 'guix package -nu' from 6K to 500. * guix/derivations.scm (derivation-prerequisites-to-build)[built?]: Memoize 'valid-path?' calls.
* store: Memoize 'built-in-builders' call directly in <store-connection>.Ludovic Courtès2019-04-16
| | | | | | | | | | | | | | | 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.
* gnu: lm-sensors: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-16
| | | | | * gnu/packages/linux.scm (lm-sensors)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: lm-sensors: Update to 3.5.0.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/linux.scm (lm-sensors): Update to 3.5.0.
* gnu: wireshark: Update to 3.0.1.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.0.1.
* gnu: openmpi: Update to .Tobias Geerinckx-Rice2019-04-16
| | | | | | * gnu/packages/mpi.scm (openmpi): Update to . mpi openmpi
* gnu: http-parser: Update to 2.9.1.Tobias Geerinckx-Rice2019-04-16
| | | | * gnu/packages/web.scm (http-parser): Update to 2.9.1.
* gnu: mate: Include mate-power-manager.guy fleury iteriteka2019-04-15
| | | | | | * gnu/packages/mate.scm (mate)[inputs]: Add mate-power-manager. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: mate: Add mate-power-manager.guy fleury iteriteka2019-04-15
| | | | | | * gnu/packages/mate.scm (mate-power-manager): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* nls: Update 'fr' translation.Julien Lepiller2019-04-15
|
* gnu: Add emacs-ace-jump-modeTim Gesthuizen2019-04-15
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ace-jump-mode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Replace misuses of @var by @code.Ludovic Courtès2019-04-15
| | | | | | * 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.
* guix build: Fix relative file name canonicalization for '--root'.Ludovic Courtès2019-04-15
| | | | | | | | | 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.
* doc: Document 'this-package' and 'this-operating-system'.Ludovic Courtès2019-04-15
| | | | | * doc/guix.texi (package Reference): Document 'this-package'. (operating-system Reference): Document 'this-operating-system'.
* install: Provide a meaningful label.Ludovic Courtès2019-04-15
| | | | * gnu/system/install.scm (installation-os)[label]: New field.
* system: Add 'label' field to <operating-system>.Ludovic Courtès2019-04-15
| | | | | | | | * 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.
* gnu: kmscon: Provide source file name.Ludovic Courtès2019-04-15
| | | | * gnu/packages/terminals.scm (kmscon)[source]: Add 'file-name'.
* gnu: kmscon: Remove dependency on MESA.Ludovic Courtès2019-04-15
| | | | | * gnu/packages/terminals.scm (kmscon)[inputs]: Remove MESA. [arguments]: Add #:disallowed-references.
* gnu: perl-net-dns: Update to 1.20.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/networking.scm (perl-net-dns): Update to 1.20.
* gnu: fswatch: Update to 1.14.0.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/monitoring.scm (fswatch): Update to 1.14.0.
* gnu: fswatch: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/monitoring.scm (fswatch)[source]: Hard-code NAME.
* gnu: aj-snapshot: Update to 0.9.9.Tobias Geerinckx-Rice2019-04-15
| | | | * gnu/packages/music.scm (aj-snapshot): Update to 0.9.9.