Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 727565279f94a77306f2a06040b82fd1f06c8097
      
https://github.com/NixOS/nixpkgs/commit/727565279f94a77306f2a06040b82fd1f06c8097
  Author: Susan Potter <[email protected]>
  Date:   2015-06-01 (Mon, 01 Jun 2015)

  Changed paths:
    M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  -----------
  Fix dd-agent buildInputs to include pythonPackages.psutil

When deploying current master version journalctl showed ImportErrors in the 
logs with message:
'No module named psutil' and systemctl dd-agent service failed to start. To fix 
I added
pythonPackages.psutil as a buildInputs entry and this fixed the issue.

See this Gist for journalctl errors for reference:
https://gist.github.com/mbbx6spp/59eefabbe708c335a31f


  Commit: 23c845f526e987cb33c7410eb5e95cceb13716e5
      
https://github.com/NixOS/nixpkgs/commit/23c845f526e987cb33c7410eb5e95cceb13716e5
  Author: Domen Kožar <[email protected]>
  Date:   2015-06-03 (Wed, 03 Jun 2015)

  Changed paths:
    M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  -----------
  Merge pull request #8119 from mbbx6spp/fix-dd-agent-package

Fix dd-agent buildInputs to include pythonPackages.psutil


Compare: https://github.com/NixOS/nixpkgs/compare/9e5c2450d854...23c845f526e9
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to