mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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;
|
||||
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
|
||||
|
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user