blockbook: add static files necessary for module
This commit is contained in:
parent
9aa668ef04
commit
d37f1f8095
@ -61,6 +61,12 @@ buildGoModule rec {
|
|||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/share/
|
||||||
|
cp -r $src/static/templates/ $out/share/
|
||||||
|
cp -r $src/static/css/ $out/share/
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Trezor address/account balance backend";
|
description = "Trezor address/account balance backend";
|
||||||
homepage = "https://github.com/trezor/blockbook";
|
homepage = "https://github.com/trezor/blockbook";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user