Loading pkgs/development/interpreters/nickel/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , python3 , nix-update-script , stdenv }: rustPlatform.buildRustPackage rec { Loading @@ -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; { Loading Loading
pkgs/development/interpreters/nickel/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , python3 , nix-update-script , stdenv }: rustPlatform.buildRustPackage rec { Loading @@ -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; { Loading