Place stumpish from stumpwm's contrib in bin/#1451
Place stumpish from stumpwm's contrib in bin/#1451DerGuteMoritz wants to merge 5 commits intoNixOS:masterfrom
Conversation
stumpish is a handy CLI RPC client for stumpwm (e.g. it can be used to send code from Emacs to stumpwm for evaluation).
There was a problem hiding this comment.
Does this script depend on a common lisp? If so you can use wrapProgram to create a wrapper which sets PATH correctly.
There was a problem hiding this comment.
Nope, it's a shell script. Cursory tests seemed to work fine. It calls xprop, though, which it requires to be in PATH. Do I need to anything special for that to be the case?
|
Well, xprop is a separate package which could be missing… I guess there is a choice whether to inject a line adding path to xprop with sed or use wrapProgram. |
|
Indeed, it seems that it needs a dependency on |
Also, remove xprop from deps again, this is used for propagatedBuildInputs only.
|
Merged in b10fe8a |
stumpish is a handy CLI RPC client for stumpwm (e.g. it can be used to
send code from Emacs to stumpwm for evaluation).