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
I've packaged ncdns in Nixpkgs.
It's one of the most complicated program I've ever did and it's currently half-broken: you can build it if you already have the go modules, but fetching them no longer works.
There are several reasons:
you need to patch the standard library (x509)
it's a go module but it doesn't have a go.mod
it's not reproducible because of 2
it doesn't build with go >1.17
If you could make the build saner I'm sure more people will package it.
It would be useful to package ncdns in various distros' package repos.
Sub-tickets:
Hacktoberfest participants:
The text was updated successfully, but these errors were encountered: