Changing clang derivation name from llvm-2.7 to clang-2.7. Clearer, I think.

svn path=/nixpkgs/trunk/; revision=22240
This commit is contained in:
Lluís Batlle i Rossell 2010-06-12 22:14:43 +00:00
parent 6bc2fcd511
commit 8db2f399d1

View file

@ -29,6 +29,8 @@ stdenv.mkDerivation ({
else if (stdenv.system == "x86_64-linux") then "x86_64-unknown-linux-gnu"
else throw "System not supported";
in {
name = "clang-2.7";
srcClang = fetchsvn {
url = http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_27;
rev = 105900;