paperless-ngx: fix frontend build on darwin (#278377)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
arkivm
2024-04-08 14:50:01 +02:00
committed by GitHub
co-authored by Sandro
parent 1660bcfff7
commit deb119e7f7
@@ -5,6 +5,8 @@
, nixosTests
, gettext
, python3
, giflib
, darwin
, ghostscript
, imagemagickBig
, jbig2enc
@@ -80,6 +82,9 @@ let
buildInputs = [
pango
] ++ lib.optionals stdenv.isDarwin [
giflib
darwin.apple_sdk.frameworks.CoreText
];
CYPRESS_INSTALL_BINARY = "0";