only build SDL_gfx on linux
svn path=/nixpkgs/trunk/; revision=25405
This commit is contained in:
parent
2bd4d50f0d
commit
8a019554f5
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
|||
license = "LGPLv2+";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.bjg ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue