9 version = "unstable-2023-07-12";
11 src = fetchFromSourcehut {
14 rev = "b3a21a0ff408e559639f6c31e1a2ab970787567f";
15 hash = "sha256-PE/xYhfhn0xv/kJWsS07fOF2n5sXP666vy7OVaNxc7Y=";
20 enableParallelBuilding = true;
25 install -Dm755 -t $out/bin/ flisp
30 passthru.updateScript = unstableGitUpdater { };
33 description = "A compact interpreter for a minimal lisp/scheme dialect";
34 homepage = "https://git.sr.ht/~ft/femtolisp";
35 license = with lib.licenses; [ mit bsd3 ];
36 maintainers = with lib.maintainers; [ moody ];
37 broken = stdenv.isDarwin;
38 platforms = lib.platforms.unix;
39 mainProgram = "flisp";