11 stdenv.mkDerivation rec {
15 src = fetchFromGitea {
16 domain = "notabug.org";
20 hash = "sha256-+5tdp4WcnVuhfMwkr8t3Jd6/U539X5Ys9Pgzy79F4cY=";
24 nativeBuildInputs = [ autoreconfHook guile pkg-config texinfo ];
25 buildInputs = [ guile ];
26 propagatedBuildInputs = [ zlib ];
27 makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
33 "Guile-zlib is a GNU Guile library providing bindings to zlib";
34 homepage = "https://notabug.org/guile-zlib/guile-zlib";
35 license = licenses.gpl3Plus;
36 maintainers = with maintainers; [ foo-dogsquared ];
37 platforms = guile.meta.platforms;