Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package ncdns in distros' package repos #156

Open
JeremyRand opened this issue Apr 26, 2022 · 2 comments
Open

Package ncdns in distros' package repos #156

JeremyRand opened this issue Apr 26, 2022 · 2 comments

Comments

@JeremyRand
Copy link
Member

It would be useful to package ncdns in various distros' package repos.

Sub-tickets:

Hacktoberfest participants:

@rnhmjoj
Copy link

rnhmjoj commented Oct 25, 2022

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:

  1. you need to patch the standard library (x509)
  2. it's a go module but it doesn't have a go.mod
  3. it's not reproducible because of 2
  4. it doesn't build with go >1.17

If you could make the build saner I'm sure more people will package it.

@hlandau
Copy link
Member

hlandau commented Oct 26, 2022

ncdns is not a Go module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants