colm: Broken on i686

http://hydra.nixos.org/build/38072668
This commit is contained in:
Tuomas Tynkkynen
2016-08-06 17:06:45 +03:00
parent 1db43e0c18
commit 9c0a090afe
+1 -1
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 = platforms.unix;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ pSub ];
};
}