ragel: set meta.platforms

This commit is contained in:
Joachim Fasting 2016-06-18 02:56:44 +02:00
parent 71a5f2fad1
commit 2f56af5f1a
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4

View File

@ -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 ];
};
}