aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-03-20 18:22:34 +0200
committerMihai Fufezan <[email protected]>2023-03-20 18:22:34 +0200
commit5ffe5dd5942945993f165dd7ca6de2cd0b5ac47b (patch)
tree91c955ded37303704ab3be66d640b21d69da730f
parentdc78c58c77d634f690a6f6f74b54a0c4f17ea5a0 (diff)
downloadHyprland-5ffe5dd5942945993f165dd7ca6de2cd0b5ac47b.tar.gz
Hyprland-5ffe5dd5942945993f165dd7ca6de2cd0b5ac47b.zip
Nix: add pango dep
-rw-r--r--nix/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 6fb4db98..6bbd832b 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -1,8 +1,6 @@
{
lib,
stdenv,
- fetchFromGitHub,
- fetchpatch,
pkg-config,
meson,
ninja,
@@ -15,7 +13,7 @@
libxcb,
libxkbcommon,
mesa,
- mount,
+ pango,
pciutils,
systemd,
udis86,
@@ -74,6 +72,7 @@ in
libinput
libxkbcommon
mesa
+ pango
udis86
wayland
wayland-protocols