gnu-cobol: enable on darwin

This commit is contained in:
Zach Coyle 2019-02-11 22:55:07 -05:00
parent 8568f68e61
commit e64a9f006f

View file

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = https://sourceforge.net/projects/open-cobol/;
license = licenses.gpl3;
maintainers = with maintainers; [ ericsagnes the-kenny ];
platforms = platforms.linux;
platforms = with platforms; linux ++ darwin;
};
}