colm: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-20 23:44:25 -05:00
parent 2c0395a24f
commit 1091c3b489
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

View File

@ -22,7 +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 = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ pSub ];
};
}