mirror of
https://codeberg.org/icewind/mill-scale.git
synced 2026-06-03 18:04:09 +02:00
switch to alejandra for nix formatting
This commit is contained in:
parent
ad3de3f170
commit
576d0418c8
8 changed files with 500 additions and 386 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"openssl-sys" = { build = [ "openssl" ]; };
|
||||
"libudev-sys" = { build = [ "eudev" ]; };
|
||||
"libdbus-sys" = { build = [ "dbus" ]; };
|
||||
"expat-sys" = { native = [ "cmake" ]; };
|
||||
"servo-fontconfig-sys" = { build = [ "fontconfig" ]; };
|
||||
"x11-dl" = { build = [ "xorg.libX11" "xorg.libXcursor" "xorg.libXrandr" "xorg.libXi" ]; };
|
||||
"glutin_glx_sys" = { runtime = [ "libGL" "libGLU" ]; };
|
||||
"wayland-egl" = { build = [ "egl-wayland" ]; };
|
||||
"wayland-sys" = { runtime = [ "wayland" "libxkbcommon" ]; };
|
||||
"libsodium-sys" = { build = [ "libsodium" ]; };
|
||||
"openssl-sys" = {build = ["openssl"];};
|
||||
"libudev-sys" = {build = ["eudev"];};
|
||||
"libdbus-sys" = {build = ["dbus"];};
|
||||
"expat-sys" = {native = ["cmake"];};
|
||||
"servo-fontconfig-sys" = {build = ["fontconfig"];};
|
||||
"x11-dl" = {build = ["xorg.libX11" "xorg.libXcursor" "xorg.libXrandr" "xorg.libXi"];};
|
||||
"glutin_glx_sys" = {runtime = ["libGL" "libGLU"];};
|
||||
"wayland-egl" = {build = ["egl-wayland"];};
|
||||
"wayland-sys" = {runtime = ["wayland" "libxkbcommon"];};
|
||||
"libsodium-sys" = {build = ["libsodium"];};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue