ragel: set meta.platforms

This commit is contained in:
Joachim Fasting
2016-06-23 00:55:54 +02:00
parent 71a5f2fad1
commit 2f56af5f1a
@@ -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 ];
};
}