We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4ee59 commit 86f618eCopy full SHA for 86f618e
default.nix
@@ -0,0 +1,6 @@
1
+let
2
+ pkgs = import <nixpkgs> {};
3
+in pkgs.stdenv.mkDerivation rec {
4
+ name = "glutin-env";
5
+ LD_LIBRARY_PATH = with pkgs.xlibs; "${pkgs.mesa}/lib:${libX11}/lib:${libXcursor}/lib:${libXxf86vm}/lib:${libXi}/lib:${libXrandr}/lib";
6
+}
0 commit comments