nls: disable checks on Darwin
Workaround to address build issue introduced in 1.1.1 update.
This commit is contained in:
committed by
Anderson Torres
parent
0d6512ecb1
commit
ca2913d463
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, rustPlatform
|
||||
, nickel
|
||||
, stdenv
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
@@ -12,6 +13,9 @@ rustPlatform.buildRustPackage {
|
||||
|
||||
cargoBuildFlags = [ "-p nickel-lang-lsp" ];
|
||||
|
||||
# Disable checks on Darwin because of issue described in https://github.com/tweag/nickel/pull/1454
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = {
|
||||
inherit (nickel.meta) homepage changelog license maintainers;
|
||||
description = "A language server for the Nickel programming language";
|
||||
|
||||
Reference in New Issue
Block a user