guile-git: enable tests on Darwin

This commit is contained in:
Emily
2025-01-24 23:42:29 -07:00
committed by Audrey Dutcher
parent a6e9cf8cb3
commit a50178ff9b
+3 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [
libgit2 scheme-bytestructures
];
doCheck = !stdenv.hostPlatform.isDarwin;
doCheck = true;
makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
enableParallelBuilding = true;
@@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
sed -i -e '94i (test-skip 1)' ./tests/proxy.scm
'';
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "Bindings to Libgit2 for GNU Guile";
homepage = "https://gitlab.com/guile-git/guile-git";