5 directoryListingUpdater,
14 stdenv.mkDerivation rec {
19 url = "https://redwax.eu/dist/rs/${pname}-${version}.tar.gz";
20 hash = "sha256-HGnhypOO0WOgRw9i9oqO4da131zAwBXOdrc9dypFjyk=";
23 nativeBuildInputs = [ pkg-config ];
33 # Note that configureFlags and installFlags are inherited by
34 # the various submodules.
36 configureFlags = [ "--with-apxs=${apacheHttpd.dev}/bin/apxs" ];
39 "INCLUDEDIR=${placeholder "out"}/include"
40 "LIBEXECDIR=${placeholder "out"}/modules"
43 passthru.updateScript = directoryListingUpdater {
44 url = "https://redwax.eu/dist/rs/";
48 description = "RedWax CA service module";
49 homepage = "https://redwax.eu";
50 changelog = "https://source.redwax.eu/projects/RS/repos/mod_ca/browse/ChangeLog";
51 license = licenses.asl20;
52 platforms = platforms.unix;
53 maintainers = with maintainers; [ dirkx ];