jimtcl: fix build
This commit is contained in:
parent
f688ea37d8
commit
9fc8731347
@ -14,6 +14,8 @@ stdenv.mkDerivation {
|
|||||||
sqlite readline asciidoc SDL SDL_gfx
|
sqlite readline asciidoc SDL SDL_gfx
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-I${SDL.dev}/include/SDL" ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-ext=oo"
|
"--with-ext=oo"
|
||||||
"--with-ext=tree"
|
"--with-ext=tree"
|
||||||
@ -25,12 +27,6 @@ stdenv.mkDerivation {
|
|||||||
"--ipv6"
|
"--ipv6"
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigurePhase = ''
|
|
||||||
export CFLAGS=$(sdl-config --cflags)
|
|
||||||
export LDFLAGS=$(sdl-config --libs)
|
|
||||||
'';
|
|
||||||
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An open source small-footprint implementation of the Tcl programming language";
|
description = "An open source small-footprint implementation of the Tcl programming language";
|
||||||
homepage = http://jim.tcl.tk/;
|
homepage = http://jim.tcl.tk/;
|
||||||
|
Loading…
Reference in New Issue
Block a user