guix: Add missing module.

* guix.scm: Use (guix download).  Fixes compilation with mescc-tools included.
This commit is contained in:
Jan Nieuwenhuizen 2017-06-27 07:53:29 +02:00
parent e4d188907d
commit e2fef673a2
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
(guix build-system gnu)
(guix build-system trivial)
(guix gexp)
(guix download)
(guix git-download)
(guix licenses)
(guix packages))