7 , scheme-bytestructures
10 stdenv.mkDerivation rec {
15 url = "https://files.ngyro.com/guile-lzma/guile-lzma-${version}.tar.gz";
16 hash = "sha256-K4ZoltZy7U05AI9LUzZ1DXiXVgoGZ4Nl9cWnK9L8zl4=";
24 buildInputs = [ guile ];
25 propagatedBuildInputs = [ xz ];
26 propagatedNativeBuildInputs = [ scheme-bytestructures ];
30 # In procedure bytevector-u8-ref: Argument 2 out of range
31 dontStrip = stdenv.hostPlatform.isDarwin;
34 homepage = "https://ngyro.com/software/guile-lzma.html";
35 description = "Guile wrapper for lzma library";
36 license = licenses.gpl3Plus;
37 maintainers = with maintainers; [ foo-dogsquared ];
38 platforms = guile.meta.platforms;