xskat: enable darwin build

This commit is contained in:
Josef Kemetmüller 2018-04-20 00:55:08 +02:00
parent 820da05d78
commit 4f7941406e

View File

@ -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/;