9 stdenv.mkDerivation rec {
11 version = "0.1.0pre71_${builtins.substring 0 7 src.rev}";
13 src = fetchFromGitHub {
16 rev = "170f840b498e1aff068b90188727a656111bfc2f";
17 sha256 = "0rdx59y8y9x8cfmmx5gl66gibkzpk3kw5lrrqhrxan8zr37a055y";
25 nativeBuildInputs = [ autoreconfHook ];
26 buildInputs = [ linuxHeaders ];
34 separateDebugInfo = true;
35 enableParallelBuilding = true;
41 # The share/ subdir only contains a doc/ with a README.md that just describes
42 # how to compile the library, which clearly isn't very useful! So just get
49 description = "Userspace library for the Linux Restartable Sequence API";
50 homepage = "https://github.com/compudj/librseq";
51 license = licenses.lgpl21Only;
52 platforms = platforms.linux;
53 maintainers = with maintainers; [ thoughtpolice ];