mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 02:35:59 +01:00
nix: libseat renamed to seatd
This commit is contained in:
parent
9874e08eec
commit
e6ea0e0808
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@
|
|||
libffi,
|
||||
libGL,
|
||||
libinput,
|
||||
libseat,
|
||||
mesa,
|
||||
pixman,
|
||||
pkg-config,
|
||||
seatd,
|
||||
udev,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
|
@ -46,9 +46,9 @@ stdenv.mkDerivation {
|
|||
libffi
|
||||
libGL
|
||||
libinput
|
||||
libseat
|
||||
mesa
|
||||
pixman
|
||||
seatd
|
||||
udev
|
||||
wayland
|
||||
wayland-protocols
|
||||
|
|
Loading…
Reference in a new issue