colm: set meta.platforms per upstream

This commit is contained in:
Joachim Fasting
2016-06-18 02:53:09 +02:00
parent 926ec0a08c
commit 71a5f2fad1

View File

@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
description = "A programming language for the analysis and transformation of computer languages";
homepage = http://www.colm.net/open-source/colm;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ pSub ];
};
}