diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-07-22 17:09:35 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-07-22 17:10:30 -0400 |
commit | 5298d1ea4d6b129b70815e459504af68843002ed (patch) | |
tree | 74c01004581348a7acab1046b767daedc87fbf87 | |
parent | 17c3dbc57da235254a46780e72e1b2502b11c339 (diff) |
* env.scm: Change package source field to #f.
-rw-r--r-- | env.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ (package (name "guix-web") (version "0.1") - (source ".") + (source #f) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) |