Let hydra build SDL_image on all platforms

svn path=/nixpkgs/trunk/; revision=29486
This commit is contained in:
Yury G. Kudryashov 2011-09-25 23:36:20 +00:00
parent 9dd3dbe2c7
commit 1d9c2ff413

View file

@ -25,5 +25,7 @@ stdenv.mkDerivation rec {
meta = {
description = "SDL image library";
homepage = http://www.libsdl.org/projects/SDL_image/;
platforms = stdenv.lib.platforms.all;
};
}