11 stdenv.mkDerivation rec {
15 src = fetchFromGitea {
16 domain = "notabug.org";
20 hash = "sha256-IAyDoqb7qHAy666hxs6CCZrFnfwwV8AaR92XlQQ6FLE=";
24 nativeBuildInputs = [ autoreconfHook guile pkg-config texinfo ];
25 buildInputs = [ guile ];
26 propagatedBuildInputs = [ zstd ];
27 makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
29 doCheck = !stdenv.hostPlatform.isDarwin;
32 description = "GNU Guile library providing bindings to zstd";
33 homepage = "https://notabug.org/guile-zstd/guile-zstd";
34 license = licenses.gpl3Plus;
35 maintainers = with maintainers; [ foo-dogsquared ];
36 platforms = guile.meta.platforms;