commit 68d9dfa285611ebc3c92ca04d613a1fe934ee795 parent 0f5a442ed7dfb4358742df74ccc8654c17f411b3 Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 26 Nov 2018 19:22:49 +0100 next try Diffstat:
| M | guix/config.scm | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/config.scm b/guix/config.scm @@ -53,7 +53,7 @@ "sites-enabled/default.site"))))) (define (concat-local-files outname files) - (gexp->derivation + (computed-file outname (with-imported-modules '((ice-9 binary-ports))