summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2014-03-10 11:03:16 -0500
committerEric Bavier <bavier@member.fsf.org>2014-03-10 13:41:40 -0500
commit8a1f6a7e02afbe63dfa1193282c8b6807b845db2 (patch)
tree995dac8196bd85b9c5ce1ece5f061725e4a836c8
parent714084e6c08ec6226ad38655153d307a198b7a73 (diff)
gnu: pretty-print: Fix boost reference
* gnu/packages/pretty-print.scm (source-highlight): Change "boost-1.54" input to "boost"
-rw-r--r--gnu/packages/pretty-print.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 98663cd834c..0bfbeb7229b 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -179,7 +179,7 @@ different programming languages.")
179 ;; The ctags that comes with emacs does not support the --excmd options, 179 ;; The ctags that comes with emacs does not support the --excmd options,
180 ;; so can't be used 180 ;; so can't be used
181 (inputs 181 (inputs
182 `(("boost" ,boost-1.54))) 182 `(("boost" ,boost)))
183 (native-inputs 183 (native-inputs
184 `(("bison" ,bison) 184 `(("bison" ,bison)
185 ("flex" ,flex) 185 ("flex" ,flex)