gnu: c-reduce: Use llvm and clang 3.5.
* gnu/packages/debug.scm (c-reduce)[intputs]: Use llvm and clang 3.5.
This commit is contained in:
parent
166191b377
commit
949f9aa100
|
@ -99,8 +99,8 @@ program to exhibit a bug.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("astyle" ,astyle)
|
`(("astyle" ,astyle)
|
||||||
("delta" ,delta)
|
("delta" ,delta)
|
||||||
("llvm" ,llvm)
|
("llvm" ,llvm-3.5)
|
||||||
("clang" ,clang)
|
("clang" ,clang-3.5)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("indent" ,indent)
|
("indent" ,indent)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
|
|
Loading…
Reference in New Issue