Skip to content

Commit

Permalink
Set LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
atropos112 committed May 8, 2024
1 parent 603c70b commit 3a4bcdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ in {

environment.sessionVariables = {
# To Globally replace gcc stuff use this env var but it will do damage to othre stuff so ideally use nix-ld approach
# LD_LIBRARY_PATH = lib.mkForce "${pkgs.stdenv.cc.cc.lib}/lib";
LD_LIBRARY_PATH = lib.mkForce "${pkgs.stdenv.cc.cc.lib}/lib";
FZF_BASE = "${pkgs.fzf}/bin/fzf";

# For direnv to not show the log
Expand Down
1 change: 1 addition & 0 deletions lib/pkgs/zsh/kiwix-links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ https://docs.pytest.org/en/latest pytest-docs
https://doc.rust-lang.org/stable/book rust-lang-doc
https://doc.rust-lang.org/stable/rust-by-example rust-by-example-doc
https://dhghomon.github.io/easy_rust easy-rust
https://www.cosmicpython.com/book/introduction.html cosmicpython

0 comments on commit 3a4bcdf

Please sign in to comment.