guile-lint: disable tests on darwin

This commit is contained in:
Daiderd Jordan 2018-03-18 22:27:13 +01:00
parent 6550590521
commit 4e1ab9d44c
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

View File

@ -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";