Folding@Home also has platform assertions.
svn path=/nixpkgs/trunk/; revision=16849
This commit is contained in:
parent
031c6275fd
commit
62cd2b2247
|
@ -7866,9 +7866,10 @@ let
|
||||||
inherit fetchurl stdenv pkgconfig expat zlib libpng libjpeg xlibs;
|
inherit fetchurl stdenv pkgconfig expat zlib libpng libjpeg xlibs;
|
||||||
};
|
};
|
||||||
|
|
||||||
foldingathome = import ../misc/foldingathome {
|
foldingathome = platformPackage ["i686-linux"]
|
||||||
inherit fetchurl stdenv;
|
(import ../misc/foldingathome {
|
||||||
};
|
inherit fetchurl stdenv;
|
||||||
|
});
|
||||||
|
|
||||||
freestyle = import ../misc/freestyle {
|
freestyle = import ../misc/freestyle {
|
||||||
inherit fetchurl freeglut qt4 libpng lib3ds libQGLViewer swig;
|
inherit fetchurl freeglut qt4 libpng lib3ds libQGLViewer swig;
|
||||||
|
|
Loading…
Reference in New Issue