From 00791534140f82828a0f0cb1784a5e5a3208a909 Mon Sep 17 00:00:00 2001 From: Sebastian Galkin Date: Sat, 13 Jan 2018 23:42:51 -0200 Subject: scid-vs-pc: Set meta platforms to linux Darwin spits the following error: Location of "tk.h": not found Location of Tcl 8.6 library: /nix/store/zr4n0fdb3nsdp80vff9mihks22w1g8jm-tcl-8.6.6/lib Location of Tk 8.6 library: /nix/store/bwlx46zncj2c6bv2sn75ai0wgzc89d93-tk-8.6.6/lib Location of X11 library: /nix/store/093lzjvm2r27rprpqxvyrgqvfp1k0dlf-libX11-1.6.5/lib/ Checking if your system already has zlib installed: no. Error: compiler g++ does not support C++0x (C++11). --- pkgs/games/scid-vs-pc/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games') diff --git a/pkgs/games/scid-vs-pc/default.nix b/pkgs/games/scid-vs-pc/default.nix index 60fa7bf5621..db32cb70d41 100644 --- a/pkgs/games/scid-vs-pc/default.nix +++ b/pkgs/games/scid-vs-pc/default.nix @@ -65,6 +65,7 @@ stdenv.mkDerivation rec { homepage = http://scidvspc.sourceforge.net/; license = stdenv.lib.licenses.gpl2; maintainers = [ maintainers.paraseba ]; + platforms = stdenv.lib.platforms.linux; }; } -- cgit 1.4.1