From 5298d1ea4d6b129b70815e459504af68843002ed Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 22 Jul 2015 17:09:35 -0400 Subject: guix: Fix environment for latest Guix release. * env.scm: Change package source field to #f. --- env.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.scm b/env.scm index d3506bd..d35dfed 100644 --- a/env.scm +++ b/env.scm @@ -16,7 +16,7 @@ (package (name "guix-web") (version "0.1") - (source ".") + (source #f) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) -- cgit v1.2.3