Merge pull request #55618 from zachcoyle/gnu-cobol-enable-darwin

gnu-cobol: enable on darwin
This commit is contained in:
Daiderd Jordan 2019-02-14 21:47:37 +01:00 committed by GitHub
commit b2e2fe8219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};
}