Loading pkgs/development/compilers/chez/default.nix +7 −1 Original line number Diff line number Diff line { lib, stdenv, fetchurl , coreutils, cctools , ncurses, libiconv, libX11, libuuid , ncurses, libiconv, libX11, libuuid, testers }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -57,6 +57,12 @@ stdenv.mkDerivation (finalAttrs: { setupHook = ./setup-hook.sh; passthru.tests = { version = testers.testVersion { package = finalAttrs.finalPackage; }; }; meta = { description = "A powerful and incredibly fast R6RS Scheme compiler"; homepage = "https://cisco.github.io/ChezScheme/"; Loading Loading
pkgs/development/compilers/chez/default.nix +7 −1 Original line number Diff line number Diff line { lib, stdenv, fetchurl , coreutils, cctools , ncurses, libiconv, libX11, libuuid , ncurses, libiconv, libX11, libuuid, testers }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -57,6 +57,12 @@ stdenv.mkDerivation (finalAttrs: { setupHook = ./setup-hook.sh; passthru.tests = { version = testers.testVersion { package = finalAttrs.finalPackage; }; }; meta = { description = "A powerful and incredibly fast R6RS Scheme compiler"; homepage = "https://cisco.github.io/ChezScheme/"; Loading