From 4400e4d06c1081fce7834b3a2b9639c3e730e885 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Wed, 23 Jun 2021 12:38:47 +0200 Subject: [PATCH] zprint: fix compilation on darwin --- pkgs/development/tools/zprint/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/zprint/default.nix b/pkgs/development/tools/zprint/default.nix index 702012806209..266ac83b80dd 100644 --- a/pkgs/development/tools/zprint/default.nix +++ b/pkgs/development/tools/zprint/default.nix @@ -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