1 { lib, stdenv, fetchsvn, autoconf, automake }:
3 stdenv.mkDerivation rec {
8 url = "svn://svn.lighttpd.net/spawn-fcgi/tags/spawn-fcgi-${version}";
9 sha256 = "07r6nwbg4881mdgp0hqh80c4x9wb7jg6cgc84ghwhfbd2abc2iq5";
12 nativeBuildInputs = [ automake autoconf ];
19 homepage = "https://redmine.lighttpd.net/projects/spawn-fcgi";
20 description = "Provides an interface to external programs that support the FastCGI interface";
21 mainProgram = "spawn-fcgi";
22 license = licenses.bsd3;
23 maintainers = with maintainers; [ ];
24 platforms = with platforms; unix;