diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-03-10 11:03:16 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-03-10 13:41:40 -0500 |
commit | 8a1f6a7e02afbe63dfa1193282c8b6807b845db2 (patch) | |
tree | 995dac8196bd85b9c5ce1ece5f061725e4a836c8 | |
parent | 714084e6c08ec6226ad38655153d307a198b7a73 (diff) | |
download | guix-8a1f6a7e02afbe63dfa1193282c8b6807b845db2.tar guix-8a1f6a7e02afbe63dfa1193282c8b6807b845db2.tar.gz |
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.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm index 98663cd834..0bfbeb7229 100644 --- a/gnu/packages/pretty-print.scm +++ b/gnu/packages/pretty-print.scm @@ -179,7 +179,7 @@ different programming languages.") ;; The ctags that comes with emacs does not support the --excmd options, ;; so can't be used (inputs - `(("boost" ,boost-1.54))) + `(("boost" ,boost))) (native-inputs `(("bison" ,bison) ("flex" ,flex) |