fix(nix/hm/price): add some necessary C libs
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m18s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m18s
This commit is contained in:
parent
8fd87ef216
commit
5e06e3d187
@ -122,6 +122,9 @@ in
|
||||
glibc.static
|
||||
llvm
|
||||
llvmPackages.libcxxStdenv
|
||||
pkg-config
|
||||
openssl.dev
|
||||
curl.dev
|
||||
]
|
||||
++ [ rust-analyzer ];
|
||||
|
||||
@ -143,6 +146,8 @@ in
|
||||
sessionVariables = {
|
||||
TERMINFO_DIRS = "${config.home.homeDirectory}/.nix-profile/share/terminfo";
|
||||
WSLENV = "TERMINFO_DIRS";
|
||||
LD_LIBRARY_PATH = lib.strings.makeLibraryPath [ "${config.home.homeDirectory}/.nix-profile/" ];
|
||||
PKG_CONFIG_PATH = "${config.home.homeDirectory}/.nix-profile/lib/pkgconfig";
|
||||
GTK_PATH = "${pkgs.gtk-engine-murrine}/lib/gtk-2.0";
|
||||
};
|
||||
sessionPath = [ "${config.xdg.dataHome}/bin" ];
|
||||
|
Loading…
Reference in New Issue
Block a user