trying to fix niri

This commit is contained in:
twoneis 2023-11-19 10:50:46 +01:00
parent 243dbe3050
commit 8454d87be1

View file

@ -4,11 +4,13 @@
, pkg-config , pkg-config
, libxkbcommon , libxkbcommon
, pipewire , pipewire
, systemd
, seatd , seatd
, udev , udev
, wayland , wayland
, libinput , libinput
, mesa , mesa
, libglvnd
}: }:
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
@ -38,6 +40,7 @@ rustPlatform.buildRustPackage {
buildInputs = [ buildInputs = [
libxkbcommon libxkbcommon
pipewire pipewire
systemd
seatd seatd
udev udev
wayland wayland
@ -45,6 +48,12 @@ rustPlatform.buildRustPackage {
mesa # libgbm mesa # libgbm
]; ];
runtimeDependencies = [
wayland
mesa
libglvnd
];
meta = with lib; { meta = with lib; {
description = "A scrollable-tiling Wayland compositor"; description = "A scrollable-tiling Wayland compositor";
homepage = "https://github.com/YaLTeR/niri"; homepage = "https://github.com/YaLTeR/niri";