about summary refs log tree commit diff
path: root/pkgs/development/libraries/gf2x
diff options
context:
space:
mode:
authorJake Waksbaum <jake.waksbaum@gmail.com>2018-08-13 17:36:18 -0400
committerJake Waksbaum <jake.waksbaum@gmail.com>2018-08-13 17:36:18 -0400
commit42a0d36fdbf32688060e500748d28e3117fa3909 (patch)
tree9886f4f4cecdb4a1395a7a589bd21ccd81768af8 /pkgs/development/libraries/gf2x
parent1bfbe76772b731770ec9fb70db780a53371f7b2b (diff)
Mark gf2x as supported on darwin
Diffstat (limited to 'pkgs/development/libraries/gf2x')
-rw-r--r--pkgs/development/libraries/gf2x/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gf2x/default.nix b/pkgs/development/libraries/gf2x/default.nix
index 0d0fa0b2ca5d1..8c2e29231dcaa 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;
   };
 }