fsharp: enable on Darwin

Seems to work just fine based on my simple tests
This commit is contained in:
Dan Peebles 2017-03-08 23:39:56 -05:00
parent ccf7640a4b
commit 7c3699b0f6

View File

@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
homepage = "http://fsharp.org/";
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ thoughtpolice raskin ];
platforms = with stdenv.lib.platforms; linux;
platforms = with stdenv.lib.platforms; unix;
};
}