When packaging Siad (https://github.com/NebulousLabs/Sia) I'm getting missing dependencies when I nix-build the result.
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.
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.