1 {lib, stdenv, fetchurl, cmake, perl}:
3 stdenv.mkDerivation rec {
8 url = "https://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-${version}/halibut-${version}.tar.gz";
9 sha256 = "0ciikn878vivs4ayvwvr63nnhpcg12m8023xv514zxqpdxlzg85a";
12 nativeBuildInputs = [ cmake perl ];
15 description = "Documentation production system for software manuals";
16 homepage = "https://www.chiark.greenend.org.uk/~sgtatham/halibut/";
17 license = licenses.mit;
18 maintainers = with maintainers; [ pSub ];
19 platforms = with platforms; unix;