-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
pufferpanel: init at 2.2.0 #128243
pufferpanel: init at 2.2.0 #128243
Conversation
Result of 1 package built:
|
Result of 1 package built successfully:
3 suggestions:
Result of 1 package built successfully:
3 suggestions:
|
Just discovered it requires java to be in the PATH alongside other things, marking as draft for now. |
Further investigation revealed the required binaries change at runtime (and it's not feasible to include every single possible dependency) so this package so I've adapted the package for something like: pkgs.pufferpanel.override {
pathDeps = [ pkgs.openjdk16 ];
} Oh also, thanks for the review as usual Sandro (: |
@ofborg eval |
Motivation for this change
Friend wanted PufferPanel packaged.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)