Static compilation!
This commit is contained in:
@@ -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"
|
||||
];
|
||||
}))
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user