summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-07-22 17:09:35 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-07-22 17:10:30 -0400
commit5298d1ea4d6b129b70815e459504af68843002ed (patch)
tree74c01004581348a7acab1046b767daedc87fbf87
parent17c3dbc57da235254a46780e72e1b2502b11c339 (diff)
guix: Fix environment for latest Guix release.HEADmaster
* env.scm: Change package source field to #f.
-rw-r--r--env.scm2
1 files changed, 1 insertions, 1 deletions
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)