Open msteen opened 5 years ago
I haven't been able to answer this yet, but at first sight it might be fixable by adding a supplement JSON file that adds opencollective as a global dependency.
@msteen does adding the opencollective package as a supplement work for you?
Due to node2nix 1.7.0 fixing #122 it becomes possible to generate the .nix files for https://github.com/bitwarden/web, but when trying to build the package afterwards with
nix-build -A package
, it fails on the following error:The use of
opencollective
seems not unique to that particular nodejs package, but is more common among nodejs packages.