summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/colm
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-04-20 23:44:25 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2017-04-23 18:08:39 -0500
commit1091c3b489d0d3b033779026452794c6d1689734 (patch)
treea07c6f64ce4de8207cbb846020adfa1fd58ad9f1 /pkgs/development/compilers/colm
parent2c0395a24f17168d32195295786a1f603126ff89 (diff)
colm: supports darwin
Diffstat (limited to 'pkgs/development/compilers/colm')
-rw-r--r--pkgs/development/compilers/colm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/colm/default.nix b/pkgs/development/compilers/colm/default.nix
index 8cf8a04f4eb5..767023053c6f 100644
--- a/pkgs/development/compilers/colm/default.nix
+++ b/pkgs/development/compilers/colm/default.nix
@@ -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 ];
};
}