~ruther/guix-local

12356eb8 — Ricardo Wurmus 10 years ago
gnu: geda-gaf: Update to 1.9.2.

* gnu/packages/engineering.scm (geda-gaf): Update to 1.9.2.
2352c97d — Ricardo Wurmus 10 years ago
gnu: geda-gaf: Use modify-phases syntax.

* gnu/packages/engineering.scm (geda-gaf)[arguments]: Use modify-phases
  syntax.
1187a271 — Vincent Legoll 10 years ago
guix gc: Display of saved space for garbage collection.

Fixes <http://bugs.gnu.org/23979>.

* guix/scripts/gc.scm (guix-gc): Display freed bytes.

Signed-off-by: Vincent Legoll <vincent.legoll@idgrilles.fr>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fb8a5d63 — Tobias Geerinckx-Rice 10 years ago
gnu: Add encfs.

* gnu/packages/crypto.scm (rlog, encfs): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f82ce8f6 — Ludovic Courtès 10 years ago
build: Substitute URLs now default to "mirror.hydra.gnu.org" alone.

* config-daemon.ac: Remove "hydra.gnu.org" from 'guix_substitute_urls'.
* guix/store.scm (%default-substitute-urls): Remove "hydra.gnu.org".
b9bb50c6 — Ludovic Courtès 10 years ago
services: dbus: Synchronize startup using dbus-daemon's PID file.

* gnu/services/dbus.scm (dbus-shepherd-service): Pass #:pid-file to
'make-forkexec-constructor'.
ee6a5d0e — Andreas Enge 10 years ago
gnu: lm-sensors: Add alternate source URL.

* gnu/packages/linux.scm (lm-sensors)[source]: Add URL.
2d74d94b — Leo Famulari 10 years ago
gnu: borg: Update to 1.0.6.

* gnu/packages/backup.scm (borg): Update to 1.0.6.
[source]: Use pypi-uri.
71b0601a — David Craven 10 years ago
services: Add 'dropbear-service'.

* gnu/services/ssh.scm (<dropbear-configuration>): New record type.
(dropbear-activation, dropbear-shepherd-service, dropbear-service): New
procedures.
(dropbear-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2102ae2e — David Craven 10 years ago
gnu: lsh: Move to (gnu packages ssh)

* gnu/packages/lsh.scm: Remove.  Move 'lsh and liboop' to...
* gnu/packages/ssh.scm (liboop, lsh): ... here.  New variables.
* gnu/services/ssh.scm, gnu/services/base.scm: Adjust accordingly.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e538a245 — Leo Famulari 10 years ago
gnu: diffoscope: Update to 54.

* gnu/packages/package-management.scm (diffoscope): Update to 54.
7fb18f57 — Tobias Geerinckx-Rice 10 years ago
gnu: Import (guix licenses) with #:prefix.

* gnu/packages/crypto.scm: Add 'license:' #:prefix for (guix licenses).

Signed-off-by: Andreas Enge <andreas@enge.fr>
e05647ad — Andreas Enge 10 years ago
Update e-mail address for Tobias Geerinckx-Rice.

* .mailmap: Add Tobias Geerinckx-Rice.
* gnu/packages/disk.scm: Replace "tobias.geerinckx.rice@gmail.com" with
"me@tobias.gr".
* gnu/packages/linux.scm: Likewise.
* gnu/packages/networking.scm: Likewise.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
f0fbf2c1 — Andreas Enge 10 years ago
install: Add mdadm to the image.

* gnu/system/install.scm (installation-os)[packages]: Add mdadm.
9ce2a95c — Alex Vong 10 years ago
gnu: racket: Update to 6.5.

* gnu/packages/scheme.scm (racket): Update to 6.5.

Signed-off-by: Andreas Enge <andreas@enge.fr>
f0344d93 — Leo Famulari 10 years ago
gnu: git: Update to 2.9.1.

* gnu/packages/version-control.scm (git): Update to 2.9.1.
(git-manpages)[source]: Update hash.
a16db014 — Leo Famulari 10 years ago
doc: Mention commit signatures in HACKING.

* HACKING: Mention commit signatures.
babc2c80 — Ludovic Courtès 10 years ago
records: Improve reporting of invalid field specifiers.

Fixes <http://bugs.gnu.org/23969>.
Reported by Vincent Legoll <vincent.legoll@gmail.com>.

* guix/records.scm (report-invalid-field-specifier): New procedure.
* tests/records.scm ("define-record-type* & wrong field specifier"): New
test.
db8f6b34 — Ludovic Courtès 10 years ago
challenge: Disable grafting.

* guix/scripts/challenge.scm (guix-challenge): Set %GRAFT? to #f.
a7a3b390 — Ludovic Courtès 10 years ago
substitute: Gracefully handle trailing slashes in URLs.

Previously, using something like
"--substitute-urls=http://example.org///" would lead to a
'cache-narinfo!' call with #f as its second argument.

It would also do the wrong thing for URLs with a non-empty initial path
component, such as "http://example.org/foo/bar".

* guix/scripts/substitute.scm (fetch-narinfos)[handle-narinfo-response]:
Add call to 'basename' for PATH.
Next