Skip to content

Commit

Permalink
guile-git: enable tests on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Jan 23, 2025
1 parent 94f99c7 commit 9438c00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/by-name/gu/guile-git/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [
libgit2 scheme-bytestructures
];
doCheck = !stdenv.hostPlatform.isDarwin;
doCheck = true;
makeFlags = [ "GUILE_AUTO_COMPILE=0" ];

enableParallelBuilding = true;
Expand All @@ -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";
Expand Down

0 comments on commit 9438c00

Please sign in to comment.