lol

guile-lint: disable tests on darwin

+1 -1
+1 -1
pkgs/development/tools/guile/guile-lint/default.nix
··· 18 18 "exec guile" "exec ${guile}/bin/guile" 19 19 ''; 20 20 21 - doCheck = true; 21 + doCheck = !stdenv.isDarwin; 22 22 23 23 meta = with stdenv.lib; { 24 24 description = "Checks syntax and semantics in a Guile program or module";