You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Interestingly they have a makefile: https://github.com/NebulousLabs/Sia/blob/master/Makefile but after the go get (without calling make) the resulting binary works fine. However, the nix package isn't correct and does not compile due to missing dependencies.
The text was updated successfully, but these errors were encountered:
When packaging Siad (https://github.com/NebulousLabs/Sia) I'm getting missing dependencies when I nix-build the result.
subPackages = [ "siad" ];
)Interestingly they have a makefile: https://github.com/NebulousLabs/Sia/blob/master/Makefile but after the
go get
(without calling make) the resulting binary works fine. However, the nix package isn't correct and does not compile due to missing dependencies.The text was updated successfully, but these errors were encountered: