wasmtime: make derivation available only on linux for now
This commit is contained in:
parent
d233c169c7
commit
1865515d63
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/bytecodealliance/wasmtime";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.matthewbauer ];
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue