Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c44c3d21ba9541df65df70385819cd5419660bb6
      
https://github.com/NixOS/nixpkgs/commit/c44c3d21ba9541df65df70385819cd5419660bb6
  Author: Sven Keidel <[email protected]>
  Date:   2015-03-22 (Sun, 22 Mar 2015)

  Changed paths:
    M pkgs/applications/audio/a2jmidid/default.nix

  Log Message:
  -----------
  a2jmidid: wrap python path for a2j_control, fixes #6916

a2j_control fails because dbus is not in the python path. The exact error
message is:

    Traceback (most recent call last):
      File ".nix-profile/bin/a2j_control", line 11, in <module>
        import dbus
    ImportError: No module named dbus

The fix is to add the python dbus module to the build inputs and wrap the
python path for a2j_control.


  Commit: b1295c6b48be5a751830e28408c81a16bf43eda6
      
https://github.com/NixOS/nixpkgs/commit/b1295c6b48be5a751830e28408c81a16bf43eda6
  Author: cillianderoiste <[email protected]>
  Date:   2015-03-22 (Sun, 22 Mar 2015)

  Changed paths:
    M pkgs/applications/audio/a2jmidid/default.nix

  Log Message:
  -----------
  Merge pull request #6931 from svenkeidel/a2jmidid-python-path

a2jmidid: wrap python path for a2j_control, fixes #6916


Compare: https://github.com/NixOS/nixpkgs/compare/166614ee4137...b1295c6b48be
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to