mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 17:27:50 +00:00
opa: restrict platforms
This commit is contained in:
parent
a9d9ac9827
commit
b31ae5b7b2
@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://opalang.org/";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; unix;
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user