mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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";
|
||||
homepage = http://six.retes.hu/;
|
||||
license = "GPLv2";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
buildInputs = [ arts kdelibs libX11 libXext libXt perl qt3 zlib ];
|
||||
|
Loading…
Reference in New Issue
Block a user