-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Make less known wayland compositors usable #32285
Conversation
/cc @peterhoeg Thanks! |
Cc: @miltador as way-cooler maintainer. |
LGTM for |
}: | ||
|
||
stdenv.mkDerivation rec { | ||
let | ||
callPackage = newScope self; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not pass in callPackage
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FRidh Fixed, thanks!
PR is finished. |
st-wayland = callPackage ./st.nix { | ||
conf = stConf; | ||
patches = stPatches; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not add these to all-packages.nix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it going to be merged? |
the development of orbment and velox got stuck their subprojects (bemenu, dmenu-wayland, st-wayland) don't work correctly outside of parent projects so hide them to not confuse people swc and wld libraries are unpopular and unlike wlc are not used by anything except velox
Started nox-review on my build machine. If it passes I will merge. |
Motivation for this change
They are currently either broken or not usable out of box. This PR fixes that.
way-cooler:
via module
orbment:
velox:
must be launched via swc-launch Launching Velox michaelforney/velox#25
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)