guile-lint: disable tests on darwin
This commit is contained in:
parent
6550590521
commit
4e1ab9d44c
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
"exec guile" "exec ${guile}/bin/guile"
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Checks syntax and semantics in a Guile program or module";
|
||||
|
Loading…
Reference in New Issue
Block a user