mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-26 17:03:09 +00:00
build(nix): replace libseat with seatd (renamed in nixpkgs 24.11)
This commit is contained in:
parent
b0f208eba7
commit
c09602646f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue