mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
obnam: Add dependency on python fuse. Fixes 'obnam mount'.
This commit is contained in:
parent
84a4ed9a46
commit
01eef86aca
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pythonPackages.buildPythonPackage rec {
|
|||
};
|
||||
|
||||
buildInputs = [ pythonPackages.sphinx attr ];
|
||||
propagatedBuildInputs = [ pycrypto pythonPackages.paramiko pythonPackages.tracing pythonPackages.ttystatus pythonPackages.cliapp pythonPackages.larch pythonPackages.pyyaml ];
|
||||
propagatedBuildInputs = [ pycrypto pythonPackages.paramiko pythonPackages.tracing pythonPackages.ttystatus pythonPackages.cliapp pythonPackages.larch pythonPackages.pyyaml pythonPackages.fuse ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue