mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
407f9a4130
It took an ungodly amount of time but I may have done it: 1. Fix the build error in ncdns.goModules due to a module rename in a downstream dependency 2. Add lock files to avoid the same kind of problem that already broke the build of ncdns.goModules. Note that due to the nature of the x509-compressed module the source code dependes on the Go stdlib, so the goModules derivation is still not really fully reproducible, but it comes closer. 3. Make ncdns behave more like a normal Go module and use the built-in phases of goBuildModule.
6 lines
91 B
Modula-2
6 lines
91 B
Modula-2
module github.com/namecoin/x509-compressed
|
|
|
|
go 1.22.4
|
|
|
|
require golang.org/x/crypto v0.25.0
|