mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-26 17:03:09 +00:00
build(nix): add libdisplay-info to weft-compositor build inputs
This commit is contained in:
parent
9078d10277
commit
64f6d17b12
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ in {
|
|||
weft-compositor = mkWeftPkg {
|
||||
pname = "weft-compositor";
|
||||
extraBuildInputs = with pkgs; [
|
||||
libdrm mesa wayland libxkbcommon seatd udev dbus libGL
|
||||
libdrm mesa wayland libxkbcommon seatd udev dbus libGL libdisplay-info
|
||||
];
|
||||
extraNativeBuildInputs = with pkgs; [ wayland-scanner ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue