1 { lib, stdenv, fetchFromGitHub, asciidoc-full }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "pqmISVm3rYGxRuwKieVpRwXE8ufWnBHEA6h2hrob51s=";
19 substituteInPlace rc/rep.kak --replace '$(rep' '$('"$out/bin/rep"
21 makeFlags = [ "prefix=$(out)" ];
24 description = "Single-shot nREPL client";
26 homepage = "https://github.com/eraserhd/rep";
27 license = licenses.epl10;
28 platforms = platforms.all;
29 maintainers = [ maintainers.eraserhd ];