Commit Graph

42926 Commits (b2c3640d2baa7bc929bf21880e6fb2785f5997f6)

Author SHA1 Message Date
Ludovic Courtès b2c3640d2b
tests: Gracefully skip zlib test when zlib is missing.
* tests/zlib.scm: Use 'test-skip' instead of (exit 77)
when (zlib-available?) returns false.
2019-04-16 17:30:22 +02:00
Ludovic Courtès e31ece9751
gnu: slurm: Configure with a "standard" syslogdir.
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.
2019-04-16 17:30:22 +02:00
Ludovic Courtès 698e91f0d0
gnu: Add libomp.
* gnu/packages/llvm.scm (libomp): New variable.
2019-04-16 17:30:22 +02:00
Ludovic Courtès ece7731eac
gnu: guile-charting: Install .go files in the right place.
* gnu/packages/plotutils.scm (guile-charting)[source](modules, snippet):
New fields.
2019-04-16 17:30:21 +02:00
Ludovic Courtès d1f7748a2e
store: Add "add-data-to-store-cache" profiling component.
* guix/store.scm (add-data-to-store): Define 'lookup' and use it instead
of 'hash-ref'.
2019-04-16 17:30:21 +02:00
Ludovic Courtès e856177597
derivations: Reduce 'valid-path?' RPCs in 'derivation-prerequisites-to-build'.
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.
2019-04-16 17:30:21 +02:00
Ludovic Courtès 3961edf230
store: Memoize 'built-in-builders' call directly in <store-connection>.
The caching strategy introduced in
40cc850aeb 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-16 17:30:21 +02:00
Tobias Geerinckx-Rice b744862704
gnu: lm-sensors: Don't use unstable tarball.
* gnu/packages/linux.scm (lm-sensors)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-16 01:00:47 +02:00
Tobias Geerinckx-Rice 16c92e9d38
gnu: lm-sensors: Update to 3.5.0.
* gnu/packages/linux.scm (lm-sensors): Update to 3.5.0.
2019-04-16 01:00:26 +02:00
Tobias Geerinckx-Rice c66e556288
gnu: wireshark: Update to 3.0.1.
* gnu/packages/networking.scm (wireshark): Update to 3.0.1.
2019-04-16 00:05:05 +02:00
Tobias Geerinckx-Rice 6e36c6ed8f
gnu: openmpi: Update to .
* gnu/packages/mpi.scm (openmpi): Update to .
mpi
openmpi
2019-04-16 00:05:04 +02:00
Tobias Geerinckx-Rice c11fcc6aa2
gnu: http-parser: Update to 2.9.1.
* gnu/packages/web.scm (http-parser): Update to 2.9.1.
2019-04-16 00:05:04 +02:00
guy fleury iteriteka 5dff38d42a
gnu: mate: Include mate-power-manager.
* gnu/packages/mate.scm (mate)[inputs]: Add mate-power-manager.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-15 23:04:55 +02:00
guy fleury iteriteka f254e308c2
gnu: mate: Add mate-power-manager.
* gnu/packages/mate.scm (mate-power-manager): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-15 22:55:03 +02:00
Julien Lepiller c9c04b2869
nls: Update 'fr' translation. 2019-04-15 21:53:01 +02:00
Tim Gesthuizen 79bd0e4f4b
gnu: Add emacs-ace-jump-mode
* gnu/packages/emacs-xyz.scm (emacs-ace-jump-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-04-15 18:06:01 +02:00
Ludovic Courtès 16cdba76e4
doc: Replace misuses of @var by @code.
* 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-15 17:03:33 +02:00
Ludovic Courtès 4aea820f09
guix build: Fix relative file name canonicalization for '--root'.
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-15 16:57:12 +02:00
Ludovic Courtès cbd059d101
doc: Document 'this-package' and 'this-operating-system'.
* doc/guix.texi (package Reference): Document 'this-package'.
(operating-system Reference): Document 'this-operating-system'.
2019-04-15 12:24:14 +02:00
Ludovic Courtès 0134ebc55b
install: Provide a meaningful label.
* gnu/system/install.scm (installation-os)[label]: New field.
2019-04-15 12:24:14 +02:00
Ludovic Courtès 3f03a198b2
system: Add 'label' field to <operating-system>.
* 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-15 12:24:14 +02:00
Ludovic Courtès 2c6c002ab7
gnu: kmscon: Provide source file name.
* gnu/packages/terminals.scm (kmscon)[source]: Add 'file-name'.
2019-04-15 12:24:14 +02:00
Ludovic Courtès 24356427af
gnu: kmscon: Remove dependency on MESA.
* gnu/packages/terminals.scm (kmscon)[inputs]: Remove MESA.
[arguments]: Add #:disallowed-references.
2019-04-15 12:24:14 +02:00
Tobias Geerinckx-Rice 33dbb0465e
gnu: perl-net-dns: Update to 1.20.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.20.
2019-04-15 11:00:15 +02:00
Tobias Geerinckx-Rice 6b4e4f16bc
gnu: fswatch: Update to 1.14.0.
* gnu/packages/monitoring.scm (fswatch): Update to 1.14.0.
2019-04-15 11:00:15 +02:00
Tobias Geerinckx-Rice 6396829738
gnu: fswatch: Don't use NAME in source URI.
* gnu/packages/monitoring.scm (fswatch)[source]: Hard-code NAME.
2019-04-15 11:00:15 +02:00
Tobias Geerinckx-Rice bc03fe69fd
gnu: aj-snapshot: Update to 0.9.9.
* gnu/packages/music.scm (aj-snapshot): Update to 0.9.9.
2019-04-15 11:00:15 +02:00
Tobias Geerinckx-Rice ec9ce5c9a0
gnu: musl: Update to 1.1.22.
* gnu/packages/musl.scm (musl): Update to 1.1.22.
2019-04-15 11:00:14 +02:00
Tobias Geerinckx-Rice 4c7eeee470
gnu: socat: Update to 1.7.3.3.
* gnu/packages/networking.scm (socat): Update to 1.7.3.3.
2019-04-15 11:00:14 +02:00
Tobias Geerinckx-Rice 1987f95ffc
gnu: toxic: Update to 0.8.3.
* gnu/packages/messaging.scm (toxic): Update to 0.8.3.
2019-04-15 11:00:14 +02:00
Tobias Geerinckx-Rice 0c273c5040
gnu: toxic: Don't use unstable tarball.
* gnu/packages/messaging.scm (toxic)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 11:00:14 +02:00
Tobias Geerinckx-Rice 7c64cc7a5a
gnu: eyed3: Update to 0.8.10.
* gnu/packages/mp3.scm (eyed3): Update to 0.8.10.
2019-04-15 11:00:14 +02:00
Tobias Geerinckx-Rice facc4cff00
gnu: ncmpc: Update to 0.34.
* gnu/packages/mpd.scm (ncmpc): Update to 0.34.
2019-04-15 11:00:14 +02:00
Tobias Geerinckx-Rice eea75c435a
gnu: quilt: Update to 0.66.
* 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-15 11:00:13 +02:00
Tobias Geerinckx-Rice d2f477ba82
gnu: quilt: Don't use NAME in source URI.
* gnu/packages/patchutils.scm (quilt)[source]: Hard-code NAME.
2019-04-15 11:00:13 +02:00
Tobias Geerinckx-Rice 730ad09537
gnu: meld: Update to 3.20.1.
* gnu/packages/patchutils.scm (meld): Update to 3.20.1.
2019-04-15 11:00:13 +02:00
Tobias Geerinckx-Rice edb4265e8a
gnu: highlight: Update to 3.50.
* gnu/packages/pretty-print.scm (highlight): Update to 3.50.
2019-04-15 11:00:13 +02:00
Tobias Geerinckx-Rice b6a5eb937c
gnu: darktable: Update to 2.6.2.
* gnu/packages/photo.scm (darktable): Update to 2.6.2.
2019-04-15 11:00:13 +02:00
Tobias Geerinckx-Rice a9203c237a
gnu: yubikey-personalization: Update to 1.19.3.
* gnu/packages/security-token.scm (yubikey-personalization): Update to 1.19.3.
2019-04-15 06:45:07 +02:00
Tobias Geerinckx-Rice cc58576955
gnu: python-acme, certbot: Update to 0.33.1.
* gnu/packages/tls.scm (python-acme, certbot): Update to 0.33.1.
2019-04-15 06:43:35 +02:00
Tobias Geerinckx-Rice ab45191ef0
gnu: libwacom: Update to 0.33.
* gnu/packages/xdisorg.scm (libwacom): Update to 0.33.
2019-04-15 06:29:29 +02:00
Tobias Geerinckx-Rice 4af05b63c0
gnu: ncdc: Update to 1.21.
* gnu/packages/dc.scm (ncdc): Update to 1.21.
2019-04-15 06:27:17 +02:00
Tobias Geerinckx-Rice 58065ddd42
gnu: connman: Update to 1.37.
* gnu/packages/connman.scm (connman): Update to 1.37.
[arguments]: Remove unconventional comment (it's implicit in the name).
2019-04-15 06:26:17 +02:00
Tobias Geerinckx-Rice dd93e8a2b7
gnu: connman: Don't use NAME in source URI.
* gnu/packages/connman.scm (connman)[source]: Hard-code NAME.
2019-04-15 06:20:45 +02:00
Tobias Geerinckx-Rice 8f61299140
gnu: conky: Update to 1.11.3.
* gnu/packages/conky.scm (conky): Update to 1.11.3.
2019-04-15 06:16:16 +02:00
Tobias Geerinckx-Rice 736dfe3568
gnu: conky: Use GIT-FILE-NAME.
* gnu/packages/conky.scm (conky)[source]: Use GIT-FILE-NAME instead of
bogus ’[…].tar.gz’ for a directory.
2019-04-15 06:13:39 +02:00
Tobias Geerinckx-Rice e41ddf7605
gnu: knot: Update to 2.8.1.
* 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-15 06:08:33 +02:00
Tobias Geerinckx-Rice a8f52ad7c1
gnu: laby: Fix build.
* 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-15 05:11:31 +02:00
Tobias Geerinckx-Rice 0458ec2b03
gnu: sbcl-hunchentoot: Don't use unstable tarball.
* gnu/packages/lisp.scm (sbcl-hunchentoot)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 05:11:31 +02:00
Tobias Geerinckx-Rice 0924b5bc1b
gnu: sbcl-cffi-bootstrap: Don't use unstable tarball.
* gnu/packages/lisp.scm (sbcl-cffi-bootstrap)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-04-15 05:11:31 +02:00