games/six: add meta.platforms to see if it compiles
svn path=/nixpkgs/trunk/; revision=31443
This commit is contained in:
parent
de82ba69f8
commit
786a5c083f
@ -19,6 +19,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Six - A Hex playing program for KDE";
|
description = "Six - A Hex playing program for KDE";
|
||||||
homepage = http://six.retes.hu/;
|
homepage = http://six.retes.hu/;
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ arts kdelibs libX11 libXext libXt perl qt3 zlib ];
|
buildInputs = [ arts kdelibs libX11 libXext libXt perl qt3 zlib ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user