mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue