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:
parent
6bc2fcd511
commit
8db2f399d1
@ -29,6 +29,8 @@ stdenv.mkDerivation ({
|
|||||||
else if (stdenv.system == "x86_64-linux") then "x86_64-unknown-linux-gnu"
|
else if (stdenv.system == "x86_64-linux") then "x86_64-unknown-linux-gnu"
|
||||||
else throw "System not supported";
|
else throw "System not supported";
|
||||||
in {
|
in {
|
||||||
|
name = "clang-2.7";
|
||||||
|
|
||||||
srcClang = fetchsvn {
|
srcClang = fetchsvn {
|
||||||
url = http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_27;
|
url = http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_27;
|
||||||
rev = 105900;
|
rev = 105900;
|
||||||
|
Loading…
Reference in New Issue
Block a user