Loading pkgs/development/compilers/mit-scheme/default.nix +15 −4 Original line number Diff line number Diff line { fetchurl, lib, stdenv, makeWrapper, gnum4, texinfo, texLive, automake, autoconf, libtool, ghostscript, ncurses, enableX11 ? false, xlibsWrapper }: { fetchurl , lib , stdenv , makeWrapper , gnum4 , texinfo , texLive , automake , autoconf , libtool , ghostscript , ncurses , enableX11 ? false, libX11 }: let version = "11.2"; Loading Loading @@ -29,7 +40,7 @@ stdenv.mkDerivation { sha256 = "17822hs9y07vcviv2af17p3va7qh79dird49nj50bwi9rz64ia3w"; }; buildInputs = [ ncurses ] ++ lib.optional enableX11 xlibsWrapper; buildInputs = [ ncurses ] ++ lib.optionals enableX11 [ libX11 ]; configurePhase = '' runHook preConfigure Loading Loading
pkgs/development/compilers/mit-scheme/default.nix +15 −4 Original line number Diff line number Diff line { fetchurl, lib, stdenv, makeWrapper, gnum4, texinfo, texLive, automake, autoconf, libtool, ghostscript, ncurses, enableX11 ? false, xlibsWrapper }: { fetchurl , lib , stdenv , makeWrapper , gnum4 , texinfo , texLive , automake , autoconf , libtool , ghostscript , ncurses , enableX11 ? false, libX11 }: let version = "11.2"; Loading Loading @@ -29,7 +40,7 @@ stdenv.mkDerivation { sha256 = "17822hs9y07vcviv2af17p3va7qh79dird49nj50bwi9rz64ia3w"; }; buildInputs = [ ncurses ] ++ lib.optional enableX11 xlibsWrapper; buildInputs = [ ncurses ] ++ lib.optionals enableX11 [ libX11 ]; configurePhase = '' runHook preConfigure Loading