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:
parent
031c6275fd
commit
62cd2b2247
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue