11 version = "1.21-unstable-2021-02-24";
13 src = fetchFromGitHub {
16 rev = "228affae0774251c6925372d465eb4e648327879";
17 hash = "sha256-uTo9f66cOKSsIGLUj1E/ywMXT1peekb93UlFBrfkpN0=";
20 buildInputs = [ openssl ];
23 "mimefile=${placeholder "out"}/etc/mime.types"
24 "prefix=${placeholder "out"}"
29 install -Dm444 -t $out/etc ${mailcap}/etc/mime.types
33 description = "HTTP server for purely static content";
34 homepage = "http://linux.bytesex.org/misc/webfs.html";
35 license = licenses.gpl2Plus;
36 platforms = platforms.all;
37 maintainers = with maintainers; [ zimbatm ];
38 mainProgram = "webfsd";