From 949f9aa100df192cfad9e81cb78e752a2820ab35 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Sat, 14 Mar 2015 15:47:25 -0500 Subject: gnu: c-reduce: Use llvm and clang 3.5. * gnu/packages/debug.scm (c-reduce)[intputs]: Use llvm and clang 3.5. --- gnu/packages/debug.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/debug.scm') diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index afa8b8d99b..a661dcef85 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm @@ -99,8 +99,8 @@ program to exhibit a bug.") (inputs `(("astyle" ,astyle) ("delta" ,delta) - ("llvm" ,llvm) - ("clang" ,clang) + ("llvm" ,llvm-3.5) + ("clang" ,clang-3.5) ("flex" ,flex) ("indent" ,indent) ("perl" ,perl) -- cgit v1.2.3