mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
default.nix: replace stdenv.lib
with lib
to silence warning.
This commit is contained in:
parent
182bbca7e5
commit
e9dc4580a0
@ -14,7 +14,7 @@ in with pkgs; stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Runtime dependencies.
|
# Runtime dependencies.
|
||||||
LD_LIBRARY_PATH = with xlibs; stdenv.lib.makeLibraryPath [
|
LD_LIBRARY_PATH = with xlibs; lib.makeLibraryPath [
|
||||||
libX11 libXcursor libXi libXrandr vulkan-loader
|
libX11 libXcursor libXi libXrandr vulkan-loader
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user