summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 090a8f7..23dcbd2 100644
--- a/guix.scm
+++ b/guix.scm
@@ -38,7 +38,14 @@
(package
(name "guile-syntax-highlight")
(version "0.1")
- (source #f)
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "git://dthompson.us/guile-syntax-highlight.git")
+ (commit "84b6e91")))
+ (sha256
+ (base32
+ "1nv2b5fxm06xb2xr5i81sc27sjlmxzpva1fxv471pbvyz0nxgcfz"))))
(build-system gnu-build-system)
(arguments
'(#:phases