zprint: fix compilation on darwin
This commit is contained in:
parent
e234811bb0
commit
4400e4d06c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||
-H:Name=${pname} \
|
||||
-H:EnableURLProtocols=https,http \
|
||||
-H:+ReportExceptionStackTraces \
|
||||
${lib.optionalString stdenv.isDarwin ''-H:-CheckToolchain''} \
|
||||
--report-unsupported-elements-at-runtime \
|
||||
--initialize-at-build-time \
|
||||
--no-fallback
|
||||
|
|
Loading…
Reference in a new issue