7 stdenv.mkDerivation rec {
11 src = fetchFromSourcehut {
15 hash = "sha256-oZSHv5n/WOrvy77tC94Z8pYugLpHkcv7U1PrzR+8fHM=";
25 substituteInPlace Makefile \
26 --replace "LDFLAGS+=-static" "LDFLAGS+="
30 "PREFIX=${placeholder "out"}"
33 enableParallelBuilding = true;
36 description = "scd2html generates HTML from scdoc source files";
37 homepage = "https://git.sr.ht/~bitfehler/scd2html";
38 license = licenses.mit;
39 maintainers = with maintainers; [ ];
40 platforms = platforms.linux;
41 mainProgram = "scd2html";