Loading pkgs/by-name/sc/schemesh/package.nix 0 → 100644 +41 −0 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, chez, libuuid, lz4, ncurses, zlib, }: stdenv.mkDerivation (finalAttrs: { pname = "schemesh"; version = "0.9.3"; src = fetchFromGitHub { owner = "cosmos72"; repo = "schemesh"; tag = "v${finalAttrs.version}"; hash = "sha256-OhQpXFg3eroVpw4zkENM4zwqHqGNolstlq9oLhQ2cbY="; }; buildInputs = [ chez libuuid lz4 ncurses zlib ]; makeFlags = [ "prefix=$(out)" ]; meta = { description = "A Unix shell and Lisp REPL, fused together"; homepage = "https://github.com/cosmos72/schemesh"; license = lib.licenses.gpl2Plus; maintainers = [ lib.maintainers.sikmir ]; platforms = lib.platforms.linux; mainProgram = "schemesh"; }; }) Loading
pkgs/by-name/sc/schemesh/package.nix 0 → 100644 +41 −0 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, chez, libuuid, lz4, ncurses, zlib, }: stdenv.mkDerivation (finalAttrs: { pname = "schemesh"; version = "0.9.3"; src = fetchFromGitHub { owner = "cosmos72"; repo = "schemesh"; tag = "v${finalAttrs.version}"; hash = "sha256-OhQpXFg3eroVpw4zkENM4zwqHqGNolstlq9oLhQ2cbY="; }; buildInputs = [ chez libuuid lz4 ncurses zlib ]; makeFlags = [ "prefix=$(out)" ]; meta = { description = "A Unix shell and Lisp REPL, fused together"; homepage = "https://github.com/cosmos72/schemesh"; license = lib.licenses.gpl2Plus; maintainers = [ lib.maintainers.sikmir ]; platforms = lib.platforms.linux; mainProgram = "schemesh"; }; })