rusty-path-of-building: add X11 support (#458236)

This commit is contained in:
K900
2025-11-04 10:56:20 +00:00
committed by GitHub
@@ -13,8 +13,8 @@
libxkbcommon,
vulkan-loader,
wayland,
xorg,
}:
rustPlatform.buildRustPackage rec {
pname = "rusty-path-of-building";
version = "0.2.7";
@@ -66,6 +66,9 @@ rustPlatform.buildRustPackage rec {
libxkbcommon
vulkan-loader
wayland
xorg.libX11
xorg.libXcursor
xorg.libXi
]
}