Skip to content

Commit

Permalink
chore: map native libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Mar 13, 2024
1 parent 77fadaf commit 2603db9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,15 @@ pkgs.mkShell {
LLVM_COV = "${pkgs.rustc.llvmPackages.llvm}/bin/llvm-cov";
LLVM_PROFDATA = "${pkgs.rustc.llvmPackages.llvm}/bin/llvm-profdata";
RUST_LOG = "trace";

LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:${ with pkgs; lib.makeLibraryPath [
xorg.libX11
xorg.libXcursor
xorg.libXrandr
xorg.libXi
pkg-config
wayland
libxkbcommon
fontconfig
] }";
}

0 comments on commit 2603db9

Please sign in to comment.