mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
mercury: build on Darwin (#56511)
This commit is contained in:
parent
569c594e8e
commit
bf3a38ac5f
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "http://mercurylang.org";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user