3
0
Fork 0
forked from mirrors/nixpkgs

Moving dragonegg (gcc shared object plugin) into the llvm directory,

as I think it fits better there than in 'libraries'.

svn path=/nixpkgs/trunk/; revision=22238
This commit is contained in:
Lluís Batlle i Rossell 2010-06-12 21:52:50 +00:00
parent 684aa4b043
commit a4a34dd6e4
2 changed files with 1 additions and 1 deletions

View file

@ -3708,7 +3708,7 @@ let
libXrender;
};
dragonegg = import ../development/libraries/dragonegg {
dragonegg = import ../development/compilers/llvm/dragonegg.nix {
inherit fetchsvn llvm gmp mpfr mpc;
stdenv = overrideGCC stdenv gcc45;
};