mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
blockbook: add static files necessary for module
This commit is contained in:
parent
9aa668ef04
commit
d37f1f8095
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user