vspd: optionally vendor the webapi (public and templates)
This commit is contained in:
@@ -22,6 +22,12 @@ buildGoModule (finalAttrs: {
|
||||
"cmd/vspadmin"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/vspd/internal/webapi
|
||||
cp -r internal/webapi/public $out/share/vspd/internal/webapi/
|
||||
cp -r internal/webapi/templates $out/share/vspd/internal/webapi/
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/decred/vspd";
|
||||
description = "Voting Service Provider Daemon";
|
||||
|
||||
Reference in New Issue
Block a user