6 , scheme-bytestructures
12 stdenv.mkDerivation rec {
16 src = fetchFromGitLab {
20 sha256 = "x6apF9fmwzrkyzAexKjClOTFrbE31+fVhSLyFZkKRYU=";
25 autoreconfHook guile pkg-config texinfo
30 propagatedBuildInputs = [
31 libgit2 scheme-bytestructures
33 doCheck = !stdenv.isDarwin;
34 makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
36 enableParallelBuilding = true;
38 # Skipping proxy tests since it requires network access.
40 sed -i -e '94i (test-skip 1)' ./tests/proxy.scm
44 description = "Bindings to Libgit2 for GNU Guile";
45 homepage = "https://gitlab.com/guile-git/guile-git";
46 license = licenses.gpl3Plus;
47 maintainers = with maintainers; [ ethancedwards8 ];
48 platforms = guile.meta.platforms;