mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
fix tarball (dragonegg missing in llvmPackages on darwin)
This commit is contained in:
parent
b62ac3995c
commit
e2e74154e2
@ -2945,6 +2945,7 @@ let
|
||||
# until someone solves build problems with _34
|
||||
llvm = llvm_33;
|
||||
clang = clang_33;
|
||||
dragonegg = null;
|
||||
};
|
||||
llvmPackages_34 = recurseIntoAttrs (import ../development/compilers/llvm/3.4 {
|
||||
inherit stdenv newScope fetchurl;
|
||||
|
Loading…
Reference in New Issue
Block a user