···20 '';
2122 meta = with lib; {
023 description = "Lightweight Scheme implementation";
24 longDescription = ''
25 TinyScheme is a lightweight Scheme interpreter that implements as large a
···20 '';
2122 meta = with lib; {
23+ broken = stdenv.isDarwin;
24 description = "Lightweight Scheme implementation";
25 longDescription = ''
26 TinyScheme is a lightweight Scheme interpreter that implements as large a
+3-1
pkgs/development/interpreters/wasmer/default.nix
···1-{ lib
02, rustPlatform
3, fetchFromGitHub
4, cmake
···38 LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
3940 meta = with lib; {
041 description = "The Universal WebAssembly Runtime";
42 longDescription = ''
43 Wasmer is a standalone WebAssembly runtime for running WebAssembly outside
···1+{ stdenv
2+, lib
3, rustPlatform
4, fetchFromGitHub
5, cmake
···39 LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
4041 meta = with lib; {
42+ broken = stdenv.isDarwin;
43 description = "The Universal WebAssembly Runtime";
44 longDescription = ''
45 Wasmer is a standalone WebAssembly runtime for running WebAssembly outside