-
-
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
a2j_control fails because dbus is not in the python path #6916
Comments
@svenkeidel I don't think you can use buildPythonPackage for this one since it actually uses waf for building and installing (rather than the setup.py). How about just wrapping a2j_control with the relevant python modules? |
Whatever works. |
Have a look at the nix package for jack, they use
|
Exactly, can you test that out and open a PR? |
Thanks for the discussion, the PR is #6931, Best, |
cillianderoiste
added a commit
that referenced
this issue
Mar 22, 2015
a2jmidid: wrap python path for a2j_control, fixes #6916
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a2j_control
is an executable of the a2jmidid project. The exact error message isI suggest changing
stdenv.mkDerivation
tobuildPythonPackage
and addpythonDBus
to thepythonPath
. @cillianderoiste can you please comment on my suggestion?Best,
Sven
The text was updated successfully, but these errors were encountered: