From 2f56af5f1a9e52c342d304e6398593d5f64ade24 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 18 Jun 2016 02:56:44 +0200 Subject: [PATCH] ragel: set meta.platforms --- pkgs/development/tools/parsing/ragel/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/parsing/ragel/default.nix b/pkgs/development/tools/parsing/ragel/default.nix index 594ec7de53a..753c91aa688 100644 --- a/pkgs/development/tools/parsing/ragel/default.nix +++ b/pkgs/development/tools/parsing/ragel/default.nix @@ -24,6 +24,7 @@ stdenv.mkDerivation rec { homepage = http://www.complang.org/ragel; description = "State machine compiler"; license = licenses.gpl2; + platforms = platforms.unix; maintainers = with maintainers; [ pSub ]; }; }