sks: Copy the web examples to $webSamples for the module

+5
+5
pkgs/servers/sks/default.nix
··· 11 11 sha256 = "00q5ma5rvl10rkc6cdw8d69bddgrmvy0ckqj3hbisy65l4idj2zm"; 12 12 }; 13 13 14 + outputs = [ "out" "webSamples" ]; 15 + 14 16 buildInputs = [ ocaml zlib db perl camlp4 ]; 15 17 16 18 makeFlags = [ "PREFIX=$(out)" "MANDIR=$(out)/share/man" ]; ··· 25 27 26 28 doCheck = true; 27 29 checkPhase = "./sks unit_test"; 30 + 31 + # Copy the web examples for the NixOS module 32 + postInstall = "cp -R sampleWeb $webSamples"; 28 33 29 34 meta = with stdenv.lib; { 30 35 description = "An easily deployable & decentralized OpenPGP keyserver";