xskat: enable darwin build
This commit is contained in:
parent
820da05d78
commit
4f7941406e
@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = ''Famous german card game'';
|
description = ''Famous german card game'';
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = stdenv.lib.licenses.free;
|
license = stdenv.lib.licenses.free;
|
||||||
longDescription = ''Play the german card game Skat against the AI or over IRC.'';
|
longDescription = ''Play the german card game Skat against the AI or over IRC.'';
|
||||||
homepage = http://www.xskat.de/;
|
homepage = http://www.xskat.de/;
|
||||||
|
Loading…
Reference in New Issue
Block a user