···18 "exec guile" "exec ${guile}/bin/guile"
19 '';
2021- doCheck = true;
2223 meta = with stdenv.lib; {
24 description = "Checks syntax and semantics in a Guile program or module";
···18 "exec guile" "exec ${guile}/bin/guile"
19 '';
2021+ doCheck = !stdenv.isDarwin;
2223 meta = with stdenv.lib; {
24 description = "Checks syntax and semantics in a Guile program or module";