blockbook: use subPackages

This commit is contained in:
zowoq 2020-04-27 20:16:16 +10:00
parent 16b418177c
commit 05683aceae

View file

@ -39,9 +39,7 @@ buildGoPackage rec {
packr clean && packr
'';
postInstall = ''
rm $bin/bin/{scripts,templates,trezor-common}
'';
subPackages = [ "." ];
meta = with lib; {
description = "Trezor address/account balance backend";
@ -51,4 +49,3 @@ buildGoPackage rec {
platforms = platforms.all;
};
}