1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Now CLisp builds with full CLX (XShape included)

svn path=/nixpkgs/trunk/; revision=12559
This commit is contained in:
Michael Raskin 2008-08-08 22:37:37 +00:00
parent 537fa9185a
commit abe260b6c5
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
inherit libsigsegv gettext coreutils;
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)
# with 64237 (much higher, IANA private area, not

View file

@ -1901,7 +1901,8 @@ let pkgs = rec {
clisp = import ../development/interpreters/clisp {
inherit fetchurl stdenv libsigsegv gettext
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" {