mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
blockbook: use subPackages
This commit is contained in:
parent
16b418177c
commit
05683aceae
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user