3
0
Fork 0
forked from mirrors/nixpkgs

Folding@Home also has platform assertions.

svn path=/nixpkgs/trunk/; revision=16849
This commit is contained in:
Michael Raskin 2009-08-25 06:18:29 +00:00
parent 031c6275fd
commit 62cd2b2247

View file

@ -7866,9 +7866,10 @@ let
inherit fetchurl stdenv pkgconfig expat zlib libpng libjpeg xlibs;
};
foldingathome = import ../misc/foldingathome {
inherit fetchurl stdenv;
};
foldingathome = platformPackage ["i686-linux"]
(import ../misc/foldingathome {
inherit fetchurl stdenv;
});
freestyle = import ../misc/freestyle {
inherit fetchurl freeglut qt4 libpng lib3ds libQGLViewer swig;