Now CLisp builds with full CLX (XShape included)
svn path=/nixpkgs/trunk/; revision=12559
This commit is contained in:
parent
537fa9185a
commit
abe260b6c5
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
inherit libsigsegv gettext coreutils;
|
inherit libsigsegv gettext coreutils;
|
||||||
buildInputs = [libsigsegv gettext ncurses readline libX11 libXau
|
buildInputs = [libsigsegv gettext ncurses readline libX11 libXau
|
||||||
libXt pcre zlib];
|
libXt pcre zlib libXpm xproto libXext xextproto];
|
||||||
|
|
||||||
# First, replace port 9090 (rather low, can be used)
|
# First, replace port 9090 (rather low, can be used)
|
||||||
# with 64237 (much higher, IANA private area, not
|
# with 64237 (much higher, IANA private area, not
|
||||||
|
@ -1901,7 +1901,8 @@ let pkgs = rec {
|
|||||||
clisp = import ../development/interpreters/clisp {
|
clisp = import ../development/interpreters/clisp {
|
||||||
inherit fetchurl stdenv libsigsegv gettext
|
inherit fetchurl stdenv libsigsegv gettext
|
||||||
readline ncurses coreutils pcre zlib;
|
readline ncurses coreutils pcre zlib;
|
||||||
inherit (xlibs) libX11 libXau libXt;
|
inherit (xlibs) libX11 libXau libXt xproto
|
||||||
|
libXpm libXext xextproto;
|
||||||
};
|
};
|
||||||
|
|
||||||
erlang = selectVersion ../development/interpreters/erlang "R12B-1" {
|
erlang = selectVersion ../development/interpreters/erlang "R12B-1" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user