build(nix): replace libseat with seatd (renamed in nixpkgs 24.11)

This commit is contained in:
Marco Allegretti 2026-03-12 21:09:02 +01:00
parent b0f208eba7
commit c09602646f

View file

@ -31,7 +31,7 @@ in {
weft-compositor = mkWeftPkg {
pname = "weft-compositor";
extraBuildInputs = with pkgs; [
libdrm mesa wayland libxkbcommon libseat udev dbus libGL
libdrm mesa wayland libxkbcommon seatd udev dbus libGL
];
extraNativeBuildInputs = with pkgs; [ wayland-scanner ];
};