10 stdenv.mkDerivation rec {
15 url = "https://github.com/ZmnSCPxj/clboss/releases/download/${version}/clboss-${version}.tar.gz";
16 hash = "sha256-UZcSfbpp3vPsD3CDukp+r5Z60h0UEWTduqF4DhJ+H2U=";
19 nativeBuildInputs = [ pkg-config libev curlWithGnuTls sqlite ];
21 enableParallelBuilding = true;
24 description = "Automated C-Lightning Node Manager";
25 homepage = "https://github.com/ZmnSCPxj/clboss";
26 license = licenses.mit;
27 maintainers = with maintainers; [ prusnak ];
28 platforms = platforms.linux ++ platforms.darwin;