Skip to content
Snippets Groups Projects
Commit 949f9aa1 authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: c-reduce: Use llvm and clang 3.5.

* gnu/packages/debug.scm (c-reduce)[intputs]: Use llvm and clang 3.5.
parent 166191b3
No related branches found
No related tags found
No related merge requests found
......@@ -99,8 +99,8 @@ (define-public c-reduce
(inputs
`(("astyle" ,astyle)
("delta" ,delta)
("llvm" ,llvm)
("clang" ,clang)
("llvm" ,llvm-3.5)
("clang" ,clang-3.5)
("flex" ,flex)
("indent" ,indent)
("perl" ,perl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment