From 42a0d36fdbf32688060e500748d28e3117fa3909 Mon Sep 17 00:00:00 2001 From: Jake Waksbaum Date: Mon, 13 Aug 2018 17:36:18 -0400 Subject: [PATCH] Mark gf2x as supported on darwin --- pkgs/development/libraries/gf2x/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gf2x/default.nix b/pkgs/development/libraries/gf2x/default.nix index 0d0fa0b2ca5..8c2e29231dc 100644 --- a/pkgs/development/libraries/gf2x/default.nix +++ b/pkgs/development/libraries/gf2x/default.nix @@ -14,6 +14,6 @@ stdenv.mkDerivation rec { homepage = http://gf2x.gforge.inria.fr; license = licenses.gpl2Plus; maintainers = with maintainers; [ raskin ]; - platforms = platforms.linux; + platforms = platforms.unix; }; }