Add decky-loader and nodejs#2802
Open
gio3k wants to merge 3 commits into
Open
Conversation
We need nodejs on the host to build decky-loader's frontend This package supports building for target anyways though Signed-off-by: Gianni Spadoni <me@gio.blue>
Needed for decky-loader. I'm sure there was a reason that our Python3 build was so stripped down but we can relax that a bit now
Target build size didn't go up in my testing
Notably, this line has been removed from post_makeinstall_target: `python_compile ${PKG_INSTALL_PATH_LIB}`
With the new configure options, this was breaking the install for some reason! (fs codec error)
Need to look into this
Signed-off-by: Gianni Spadoni <me@gio.blue>
Adds decky-loader as a package. Stores plugins in "/storage/.config/decky-loader/plugins" Requires nodejs:host (for frontend building) and Python3 (for the backend) Signed-off-by: Gianni Spadoni <me@gio.blue>
| # Copyright (C) 2026 ROCKNIX (https://github.com/ROCKNIX) | ||
|
|
||
| PKG_NAME="nodejs" | ||
| PKG_VERSION="v22.22.3" |
Contributor
There was a problem hiding this comment.
Any particular reason why not node 24 LTS?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the decky-loader and nodejs packages
Node is being used to build the frontend for decky-loader, so it's only used as a host package currently
It can be built for the target though
note: As this is mostly host side changes, I'm not sure if there are libs in my toolchain left from previous attempts... please build this first before merge!!
AI Usage
While ROCKNIX doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it
helps set the right context for reviewers.
Did you use AI tools to help write this code? NO