···2020 '';
21212222 meta = with lib; {
2323+ broken = stdenv.isDarwin;
2324 description = "Lightweight Scheme implementation";
2425 longDescription = ''
2526 TinyScheme is a lightweight Scheme interpreter that implements as large a
+3-1
pkgs/development/interpreters/wasmer/default.nix
···11-{ lib
11+{ stdenv
22+, lib
23, rustPlatform
34, fetchFromGitHub
45, cmake
···3839 LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
39404041 meta = with lib; {
4242+ broken = stdenv.isDarwin;
4143 description = "The Universal WebAssembly Runtime";
4244 longDescription = ''
4345 Wasmer is a standalone WebAssembly runtime for running WebAssembly outside