mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-06-03 18:04:09 +02:00
This commit is contained in:
parent
6055ccecb6
commit
d8e263916a
3 changed files with 16 additions and 8 deletions
|
|
@ -5,11 +5,7 @@
|
|||
"expat-sys" = { native = [ "cmake" ]; };
|
||||
"servo-fontconfig-sys" = { build = [ "fontconfig" ]; };
|
||||
"x11-dl" = { build = [ "xorg.libX11" "xorg.libXcursor" "xorg.libXrandr" "xorg.libXi" ]; };
|
||||
"glutin_glx_sys" = {
|
||||
build = [ "libGL" ];
|
||||
env = pkgs: {
|
||||
LD_LIBRARY_PATH = with pkgs; "/run/opengl-driver/lib/:${lib.makeLibraryPath ([libGL libGLU])}";
|
||||
};
|
||||
};
|
||||
"glutin_glx_sys" = { runtime = [ "libGL" "libGLU" ]; };
|
||||
"wayland-egl" = { build = [ "egl-wayland" ]; };
|
||||
"wayland-sys" = { runtime = [ "wayland" "libxkbcommon" ]; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue