nix-community / gomod2nix

Convert applications using Go modules to Nix expressions [maintainer=@adisbladis]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A build failure message is ignored

yihuang opened this issue · comments

Describe the bug
A failed build message is ignored and build an empty package.

package github.com/crypto-org-chain/cronos/cmd/cronosd
        imports github.com/crypto-org-chain/cronos/app
        imports github.com/crypto-org-chain/cronos/x/cronos/rpc
        imports github.com/tharsis/ethermint/rpc
        imports github.com/tharsis/ethermint/rpc/namespaces/ethereum/eth
        imports github.com/tharsis/ethermint/crypto/hd
        imports github.com/btcsuite/btcd/chaincfg: no Go files in /private/tmp/nix-build-cronosd-v0.7.0.drv-0/nd692855262djv1xsd7yq7iimlqcgsan-source/vendor/github.com/btcsuite/btcd/chaincfg

The no Go files matches the re, cause the error ignored.

To Reproduce
Steps to reproduce the behavior.

Expected behavior
A clear and concise description of what you expected to happen.

Environment

  • OS name + version:
  • Version of the code:

Additional context
Add any other context about the problem here.