wasmtime: make derivation available only on linux for now

authored by Rafael Fernández López and committed by Yt 1865515d d233c169

+1 -1
+1 -1
pkgs/development/interpreters/wasmtime/default.nix
··· 36 homepage = "https://github.com/bytecodealliance/wasmtime"; 37 license = licenses.asl20; 38 maintainers = [ maintainers.matthewbauer ]; 39 - platforms = platforms.unix; 40 }; 41 }
··· 36 homepage = "https://github.com/bytecodealliance/wasmtime"; 37 license = licenses.asl20; 38 maintainers = [ maintainers.matthewbauer ]; 39 + platforms = platforms.linux; 40 }; 41 }