1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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;