12 stdenv.mkDerivation rec {
16 src = fetchFromGitea {
17 domain = "notabug.org";
21 hash = "sha256-IAyDoqb7qHAy666hxs6CCZrFnfwwV8AaR92XlQQ6FLE=";
31 buildInputs = [ guile ];
32 propagatedBuildInputs = [ zstd ];
33 makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
35 doCheck = !stdenv.hostPlatform.isDarwin;
38 description = "GNU Guile library providing bindings to zstd";
39 homepage = "https://notabug.org/guile-zstd/guile-zstd";
40 license = licenses.gpl3Plus;
41 maintainers = with maintainers; [ foo-dogsquared ];
42 platforms = guile.meta.platforms;