kamilchm / go2nix

Reproducible builds and development environment for Go
MIT License
94 stars 17 forks source link

Missing dependencies on Siad #56

Open grahamc opened 7 years ago

grahamc commented 7 years ago

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.

kamilchm commented 7 years ago

@grahamc could you try to use go2nix built from https://github.com/kamilchm/go2nix/commit/180eafaa22bda938244ced316560979d11554bb1 ? I want to do some more regression tests before releasing it, but it should fix your case