6 stdenv.mkDerivation rec {
8 version = "unstable-2020-09-11";
10 src = fetchFromGitHub {
13 rev = "57abf2774dfc4624f14a0bc5bba71f044ce54a38";
14 sha256 = "10rlqj6ma02005gdcp57wp48d6cg0vkbv4vl9ai0zlgxyx1g6kc4";
15 fetchSubmodules = true;
18 nativeBuildInputs = [ cmake ];
20 # in submodule dev as of 1.4.7
22 (cd submodule/zstd && patch -Np1 < ${./fix-pkg-config.patch})
26 homepage = "https://github.com/zraorg/ZRA";
27 description = "Library for ZStandard random access";
28 platforms = platforms.all;
29 maintainers = [ maintainers.ivar ];
30 license = licenses.bsd3;