mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 17:45:58 +01:00
Nix: add pango dep
This commit is contained in:
parent
dc78c58c77
commit
5ffe5dd594
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
|
||||||
fetchpatch,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
|
@ -15,7 +13,7 @@
|
||||||
libxcb,
|
libxcb,
|
||||||
libxkbcommon,
|
libxkbcommon,
|
||||||
mesa,
|
mesa,
|
||||||
mount,
|
pango,
|
||||||
pciutils,
|
pciutils,
|
||||||
systemd,
|
systemd,
|
||||||
udis86,
|
udis86,
|
||||||
|
@ -74,6 +72,7 @@ in
|
||||||
libinput
|
libinput
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
mesa
|
mesa
|
||||||
|
pango
|
||||||
udis86
|
udis86
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
|
Loading…
Reference in a new issue