9 stdenv.mkDerivation rec {
10 pname = "scheme-bytestructures";
13 src = fetchFromGitHub {
17 sha256 = "sha256-Wvs288K8BVjUuWvvzpDGBwOxL7mAXjVtgIwJAsQd0L4=";
21 autoreconfHook pkg-config
28 makeFlags = [ "GUILE_AUTO_COMPILE=0" ];
31 description = "Structured access to bytevector contents";
32 homepage = "https://github.com/TaylanUB/scheme-bytestructures";
33 license = licenses.gpl3Plus;
34 maintainers = with maintainers; [ ethancedwards8 ];
35 platforms = platforms.unix;