Move SimGrid under `science/misc'.
svn path=/nixpkgs/trunk/; revision=22312
This commit is contained in:
parent
3190f9ed6e
commit
ff57c0e21e
@ -8595,11 +8595,6 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
simgrid = import ../applications/misc/simgrid {
|
|
||||||
inherit fetchurl cmake ruby;
|
|
||||||
stdenv = stdenv2;
|
|
||||||
};
|
|
||||||
|
|
||||||
skype_linux = import ../applications/networking/skype {
|
skype_linux = import ../applications/networking/skype {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
inherit alsaLib freetype fontconfig zlib;
|
inherit alsaLib freetype fontconfig zlib;
|
||||||
@ -9569,6 +9564,11 @@ let
|
|||||||
|
|
||||||
### SCIENCE / MISC
|
### SCIENCE / MISC
|
||||||
|
|
||||||
|
simgrid = import ../applications/science/misc/simgrid {
|
||||||
|
inherit fetchurl cmake ruby;
|
||||||
|
stdenv = stdenv2;
|
||||||
|
};
|
||||||
|
|
||||||
tulip = import ../applications/science/misc/tulip {
|
tulip = import ../applications/science/misc/tulip {
|
||||||
inherit fetchurl stdenv libxml2 freetype mesa glew
|
inherit fetchurl stdenv libxml2 freetype mesa glew
|
||||||
autoconf automake libtool;
|
autoconf automake libtool;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user