Static compilation!

This commit is contained in:
2026-05-28 13:30:14 +02:00
parent 10cbf61e52
commit 3716cfa88a
300 changed files with 84470 additions and 17 deletions
+7 -9
View File
@@ -6,14 +6,12 @@ mkShell {
];
buildInputs = [
libc
wayland
libxkbcommon
];
LD_LIBRARY_PATH = lib.makeLibraryPath [
libc
wayland
libxkbcommon
pkgsStatic.wayland
(pkgsStatic.libxkbcommon.overrideAttrs (old: {
mesonFlags = (old.mesonFlags or []) ++ [
"-Dxkb-config-root=xkb"
# "-Dxkb-config-extra-path=/etc/X11"
];
}))
];
}