up
This commit is contained in:
@@ -5,9 +5,10 @@
|
|||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
globalConfig = {
|
globalConfig = {
|
||||||
env = {
|
env = {
|
||||||
KERL_CONFIGURE_OPTIONS = "--with-termcap";
|
KERL_CONFIGURE_OPTIONS = "--with-termcap --with-ssl=${pkgs.openssl.dev}";
|
||||||
CPPFLAGS = "-I${pkgs.ncurses.dev}/include";
|
CPPFLAGS = "-I${pkgs.ncurses.dev}/include -I${pkgs.openssl.dev}/include";
|
||||||
LDFLAGS = "-L${pkgs.ncurses.out}/lib";
|
LDFLAGS = "-L${pkgs.ncurses.out}/lib -L${pkgs.openssl.out}/lib";
|
||||||
|
PKG_CONFIG_PATH = "${pkgs.ncurses.dev}/lib/pkgconfig:${pkgs.openssl.dev}/lib/pkgconfig";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user