Age | Commit message (Collapse) | Author |
|
* gnu/packages/lisp.scm (sbcl-log4cl, cl-log4cl, ecl-log4cl): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/lisp.scm (sbcl-bordeaux-threads): Update to commit
5dce49f.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-ace-link): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
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/zlib.scm: Use 'test-skip' instead of (exit 77)
when (zlib-available?) returns false.
|
|
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/packages/llvm.scm (libomp): New variable.
|
|
* gnu/packages/plotutils.scm (guile-charting)[source](modules, snippet):
New fields.
|
|
* guix/store.scm (add-data-to-store): Define 'lookup' and use it instead
of 'hash-ref'.
|
|
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.
|
|
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/packages/linux.scm (lm-sensors)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/linux.scm (lm-sensors): Update to 3.5.0.
|
|
* gnu/packages/networking.scm (wireshark): Update to 3.0.1.
|
|
* gnu/packages/mpi.scm (openmpi): Update to .
mpi
openmpi
|
|
* gnu/packages/web.scm (http-parser): Update to 2.9.1.
|
|
* gnu/packages/mate.scm (mate)[inputs]: Add mate-power-manager.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/mate.scm (mate-power-manager): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
* gnu/packages/emacs-xyz.scm (emacs-ace-jump-mode): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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.
|
|
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/guix.texi (package Reference): Document 'this-package'.
(operating-system Reference): Document 'this-operating-system'.
|
|
* gnu/system/install.scm (installation-os)[label]: New field.
|
|
* 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/packages/terminals.scm (kmscon)[source]: Add 'file-name'.
|
|
* gnu/packages/terminals.scm (kmscon)[inputs]: Remove MESA.
[arguments]: Add #:disallowed-references.
|
|
* gnu/packages/networking.scm (perl-net-dns): Update to 1.20.
|
|
* gnu/packages/monitoring.scm (fswatch): Update to 1.14.0.
|
|
* gnu/packages/monitoring.scm (fswatch)[source]: Hard-code NAME.
|
|
* gnu/packages/music.scm (aj-snapshot): Update to 0.9.9.
|
|
* gnu/packages/musl.scm (musl): Update to 1.1.22.
|
|
* gnu/packages/networking.scm (socat): Update to 1.7.3.3.
|
|
* gnu/packages/messaging.scm (toxic): Update to 0.8.3.
|
|
* gnu/packages/messaging.scm (toxic)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/mp3.scm (eyed3): Update to 0.8.10.
|
|
* gnu/packages/mpd.scm (ncmpc): Update to 0.34.
|
|
* 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.
|
|
* gnu/packages/patchutils.scm (quilt)[source]: Hard-code NAME.
|
|
* gnu/packages/patchutils.scm (meld): Update to 3.20.1.
|
|
* gnu/packages/pretty-print.scm (highlight): Update to 3.50.
|
|
* gnu/packages/photo.scm (darktable): Update to 2.6.2.
|
|
* gnu/packages/security-token.scm (yubikey-personalization): Update to 1.19.3.
|
|
* gnu/packages/tls.scm (python-acme, certbot): Update to 0.33.1.
|
|
* gnu/packages/xdisorg.scm (libwacom): Update to 0.33.
|
|
* gnu/packages/dc.scm (ncdc): Update to 1.21.
|
|
* gnu/packages/connman.scm (connman): Update to 1.37.
[arguments]: Remove unconventional comment (it's implicit in the name).
|
|
* gnu/packages/connman.scm (connman)[source]: Hard-code NAME.
|
|
* gnu/packages/conky.scm (conky): Update to 1.11.3.
|
|
* gnu/packages/conky.scm (conky)[source]: Use GIT-FILE-NAME instead of
bogus ’[…].tar.gz’ for a directory.
|