Move SimGrid under `science/misc'.

svn path=/nixpkgs/trunk/; revision=22312
This commit is contained in:
Ludovic Courtès 2010-06-17 17:06:40 +00:00
parent 3190f9ed6e
commit ff57c0e21e
2 changed files with 5 additions and 5 deletions

View file

@ -8595,11 +8595,6 @@ let
};
};
simgrid = import ../applications/misc/simgrid {
inherit fetchurl cmake ruby;
stdenv = stdenv2;
};
skype_linux = import ../applications/networking/skype {
inherit fetchurl stdenv;
inherit alsaLib freetype fontconfig zlib;
@ -9569,6 +9564,11 @@ let
### SCIENCE / MISC
simgrid = import ../applications/science/misc/simgrid {
inherit fetchurl cmake ruby;
stdenv = stdenv2;
};
tulip = import ../applications/science/misc/tulip {
inherit fetchurl stdenv libxml2 freetype mesa glew
autoconf automake libtool;