blockbook: use subPackages
This commit is contained in:
parent
16b418177c
commit
05683aceae
@ -39,9 +39,7 @@ buildGoPackage rec {
|
|||||||
packr clean && packr
|
packr clean && packr
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
subPackages = [ "." ];
|
||||||
rm $bin/bin/{scripts,templates,trezor-common}
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Trezor address/account balance backend";
|
description = "Trezor address/account balance backend";
|
||||||
@ -51,4 +49,3 @@ buildGoPackage rec {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user