We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75d6e3 commit 5a27455Copy full SHA for 5a27455
default.nix
@@ -10,11 +10,11 @@ in with pkgs; stdenv.mkDerivation rec {
10
SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
11
12
buildInputs = [
13
- pkgconfig rustup x11 libxkbcommon
+ pkgconfig rustup xlibsWrapper libxkbcommon
14
];
15
16
# Runtime dependencies.
17
- LD_LIBRARY_PATH = with xlibs; lib.makeLibraryPath [
+ LD_LIBRARY_PATH = with xorg; lib.makeLibraryPath [
18
libX11 libXcursor libXi libXrandr vulkan-loader
19
20
}
0 commit comments