wasmtime: make derivation available only on linux for now

This commit is contained in:
Rafael Fernández López 2022-04-03 13:08:44 +03:00 committed by Yt
parent d233c169c7
commit 1865515d63

View file

@ -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;
};
}