From 2871df1c269187b9737144d3e69d4921fabfca98 Mon Sep 17 00:00:00 2001 From: qwqawawow Date: Tue, 3 Jun 2025 18:47:35 +0800 Subject: [PATCH] nix: add missing pcre2 dep --- nix/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/default.nix b/nix/default.nix index 42d0e11..8f8bd10 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -4,6 +4,7 @@ libinput, libxcb, libxkbcommon, + pcre2, pixman, pkg-config, stdenv, @@ -39,6 +40,7 @@ stdenv.mkDerivation { libinput libxcb libxkbcommon + pcre2 pixman wayland wayland-protocols