blockbook: add static files necessary for module

This commit is contained in:
1000101 2020-06-23 13:04:57 +02:00
parent 9aa668ef04
commit d37f1f8095

View file

@ -61,6 +61,12 @@ buildGoModule rec {
subPackages = [ "." ];
postInstall = ''
mkdir -p $out/share/
cp -r $src/static/templates/ $out/share/
cp -r $src/static/css/ $out/share/
'';
meta = with lib; {
description = "Trezor address/account balance backend";
homepage = "https://github.com/trezor/blockbook";