From 5ffe5dd5942945993f165dd7ca6de2cd0b5ac47b Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Mon, 20 Mar 2023 18:22:34 +0200 Subject: [PATCH] Nix: add pango dep --- nix/default.nix | 5 ++--- 1 file 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