Unverified Commit deb119e7 authored by arkivm's avatar arkivm Committed by GitHub
Browse files

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



Co-authored-by: default avatarSandro <sandro.jaeckel@gmail.com>
parent 1660bcff
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";