diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-05 21:17:35 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-05 21:17:35 -0400 |
commit | da72c576f0537c0e8925ce00676010a1116d8b59 (patch) | |
tree | 05a00f074982fe6deef5871154ec03256f387539 | |
parent | 6573261753243257c7b168e174d45c9cd40061ee (diff) |
Fix Guix development environment.
* package.scm: Change source to #f for now.
-rw-r--r-- | package.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.scm b/package.scm index 1144f6f..f92c45d 100644 --- a/package.scm +++ b/package.scm @@ -46,7 +46,7 @@ (package (name "sly") (version "0.0") - (source ".") + (source #f) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |