fsharp: enable on Darwin
Seems to work just fine based on my simple tests
This commit is contained in:
parent
ccf7640a4b
commit
7c3699b0f6
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user