~ruther/guix-local

993490d3 — Nicolas Goaziou 8 years ago
gnu: giac-xcas: Update to 1.4.9-33.

* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-33.
8c80f8ef — Alex Sassmannshausen 8 years ago
gnu: guile-dsv: Update to 0.2.1 & correct sha256.

* gnu/packages/guile.scm (guile-dsv): Update to 0.2.1.
8c94393c — Efraim Flashner 8 years ago
gnu: mescc-tools: Update to 0.3.

* gnu/packages/mes.scm (mescc-tools): Update to 0.3.
[supported-systems]: Remove field.
211e8047 — Efraim Flashner 8 years ago
gnu: u-boot: Update to 2017.11.

* gnu/packages/bootloaders.scm (u-boot): Update to 2017.11.
22bf86a6 — Ludovic Courtès 8 years ago
linux-boot: Remove unneeded import.

* gnu/build/linux-boot.scm: Remove unnecessary autoload of (system base
compile).
7bf74638 — Ludovic Courtès 8 years ago
build: Do not compile (gnu build shepherd).

* gnu/local.mk (GNU_SYSTEM_MODULES): Move 'build/shepherd.scm' to...
(MODULES_NOT_COMPILED): ... here.
bf57e1c7 — Ludovic Courtès 8 years ago
uuid: Fix typo in comment.

* gnu/system/uuid.scm: Fix typo in comment.
72f6caad — Efraim Flashner 8 years ago
gnu: elogind: Add file-name for source.

* gnu/packages/freedesktop.scm (elogind)[source]: Add file-name field.
5247e79e — Tobias Geerinckx-Rice 8 years ago
gnu: youtube-dl: Update to 2017.12.02.

* gnu/packages/video.scm (youtube-dl): Update to 2017.12.02.
63f5656c — Tobias Geerinckx-Rice 8 years ago
gnu: mtr: Don't mention only ICMP ECHO.

* gnu/packages/networking.scm (mtr)[description]: Allude to the fact that
mtr can send more than mere ICMP.
c85f0691 — Ludovic Courtès 8 years ago
gnu: man-db: Use 'groff-minimal' at run time.

This reduces the closure of man-db from 175 MiB to 97 MiB.

* gnu/packages/man.scm (man-db)[native-inputs]: Add GROFF.
[inputs]: Replace GROFF with GROFF-MINIMAL.
[arguments]: #:configure-flags now refers to GROFF-MINIMAL.
Add #:disallowed-references.
3c97322a — Ludovic Courtès 8 years ago
gnu: Add groff-minimal.

* gnu/packages/groff.scm (groff-minimal): New variable.
63b31b56 — Ludovic Courtès 8 years ago
gnu: xfig: Don't ignore 'xmkmf' exit code.

Suggested by Mike Gerwitz <mtg@gnu.org>.

* gnu/packages/xfig.scm (xfig)[arguments]: Use 'invoke' when invoking
'xmkmf'.
04bbd072 — Mathieu Othacehe 8 years ago
system: vm: Fix typo in comment.

* gnu/system/vm.scm (qemu-image): Fix typo targetting -> targeting.
763269f9 — Manolis Ragkousis 8 years ago
gnu: keepassxc: Update to 2.2.2.

* password-utils.scm (keepassxc): Update to 2.2.2.
31e557c1 — Tobias Geerinckx-Rice 8 years ago
gnu: nss-certs: Update to 3.34.1.

* gnu/packages/certs.scm (nss-certs): Update to 3.34.1.
e2721a05 — Ludovic Courtès 8 years ago
Do not set '%fresh-auto-compile'.

* guix/scripts/offload.scm (build-machines): Comment out
'(set! %fresh-auto-compile #t)' since with Guile 2.2.3 it could lead to
an actual rebuild of everything that gets loaded from there on.  See
<https://bugs.gnu.org/29226>.
* guix/ui.scm (load*): Likewise.
2a405034 — Ludovic Courtès 8 years ago
tests: Avoid double slash in URIs.

* tests/publish.scm ("with cache"): Remove extra slash in NAR-URL.  This
would lead to a 'uri-error' exception on Guile 2.2.3.
cea25b08 — Ludovic Courtès 8 years ago
records: Use 'make-struct/no-tail'.

* guix/records.scm (make-syntactic-constructor): Use
'make-struct/no-tail' as 'make-struct' is deprecated as of 2.2.3.
2e7825bc — Ludovic Courtès 8 years ago
gnu: guile-sly: Do not propagate Guile.

* gnu/packages/guile.scm (guile-sly)[propagated-inputs]: Move GUILE-2.2
to...
[inputs]: ... here.
Next