tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sks: Copy the web examples to $webSamples for the module
Michael Weiss
7 years ago
d02c6a56
7c69ae62
+5
1 changed file
expand all
collapse all
unified
split
pkgs
servers
sks
default.nix
+5
pkgs/servers/sks/default.nix
···
11
11
sha256 = "00q5ma5rvl10rkc6cdw8d69bddgrmvy0ckqj3hbisy65l4idj2zm";
12
12
};
13
13
14
14
+
outputs = [ "out" "webSamples" ];
15
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
30
+
31
31
+
# Copy the web examples for the NixOS module
32
32
+
postInstall = "cp -R sampleWeb $webSamples";
28
33
29
34
meta = with stdenv.lib; {
30
35
description = "An easily deployable & decentralized OpenPGP keyserver";