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
Trying to port circuitjs1 to nix is not working. The build process reports a missing dependency:
> nix run
error: builder for '/nix/store/jj93snq27rw8yjbn0sp6id40nwx127xv-circuitjs1-0.9.3.drv' failed with exit code 1;
last 10 log lines:
> [INFO] Finished at: 2024-05-20T22:59:11Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Plugin org.apache.maven.plugins:maven-war-plugin:3.4.0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven.plugins:maven-war-plugin:jar:3.4.0 (absent): Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact org.apache.maven.plugins:maven-war-plugin:jar:3.4.0 has not been downloaded from it before. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
>
For full logs, run 'nix log /nix/store/jj93snq27rw8yjbn0sp6id40nwx127xv-circuitjs1-0.9.3.drv'.
The relevant repository can be found here, complete with a Nix flake that should work fine if you want to reproduce the error: https://github.com/crabdancing/circuitjs1
Any help would be greatly appreciated :)
The text was updated successfully, but these errors were encountered:
Trying to port circuitjs1 to nix is not working. The build process reports a missing dependency:
The relevant repository can be found here, complete with a Nix flake that should work fine if you want to reproduce the error: https://github.com/crabdancing/circuitjs1
Any help would be greatly appreciated :)
The text was updated successfully, but these errors were encountered: