Skip to content

Instantly share code, notes, and snippets.

@disassembler
Created October 22, 2017 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save disassembler/16aecfcc54d6bfa3acbc7ffeb9d02bef to your computer and use it in GitHub Desktop.
Save disassembler/16aecfcc54d6bfa3acbc7ffeb9d02bef to your computer and use it in GitHub Desktop.
diff --git i/pkgs/top-level/dotnet-packages.nix w/pkgs/top-level/dotnet-packages.nix
index fe3f89ef80..c8a1e68fcd 100644
--- i/pkgs/top-level/dotnet-packages.nix
+++ w/pkgs/top-level/dotnet-packages.nix
@@ -570,7 +570,7 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
homepage = "http://fsharp.github.io/FSharp.Compiler.Service/";
license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [ obadz ];
- platforms = with stdenv.lib.platforms; linux;
+ platforms = with stdenv.lib.platforms; linux ++ darwin;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment