mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +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 a new issue