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 05:50:01 -07:00 committed by GitHub
parent 1660bcfff7
commit deb119e7f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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";