From 3ae3429bf7be4b821b5e9f293e467b38cc0c56b7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 24 Oct 2024 15:14:38 -0700 Subject: [PATCH] nix: oniguruma needed for dynamic linking --- nix/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/package.nix b/nix/package.nix index 668663dc7..889eb978f 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -7,6 +7,7 @@ freetype, harfbuzz, libpng, + oniguruma, zlib, libGL, libX11, @@ -132,6 +133,7 @@ in freetype harfbuzz libpng + oniguruma zlib libX11