Commit 0d6512ec authored by Yuriy Taraday's avatar Yuriy Taraday Committed by Anderson Torres
Browse files

nickel: disable checks on Darwin

Workaround to address build issue introduced in 1.1.1 update.
parent 07c99afe
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
, fetchFromGitHub
, python3
, nix-update-script
, stdenv
}:

rustPlatform.buildRustPackage rec {
@@ -24,6 +25,9 @@ rustPlatform.buildRustPackage rec {
    python3
  ];

  # Disable checks on Darwin because of issue described in https://github.com/tweag/nickel/pull/1454
  doCheck = !stdenv.isDarwin;

  passthru.updateScript = nix-update-script { };

  meta = with lib; {