From de0264ce1758245a19a56c06c088a9da42fc99e2 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Fri, 24 Jun 2016 19:57:48 +0200 Subject: attic: unbreak "attic mount" by using old llfuse 0.41 llfuse >= 0.42 has breaking changes, causing "attic mount" to fail: TypeError: main() got an unexpected keyword argument 'single' Side note: borgbackup, a fork of attic, has been updated to work with newer llfuse. --- pkgs/tools/backup/attic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/backup') diff --git a/pkgs/tools/backup/attic/default.nix b/pkgs/tools/backup/attic/default.nix index a639dbb2fd29..d4e8634039a9 100644 --- a/pkgs/tools/backup/attic/default.nix +++ b/pkgs/tools/backup/attic/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec { }; propagatedBuildInputs = with python3Packages; - [ cython msgpack openssl acl llfuse ]; + [ cython msgpack openssl acl llfuse-0-41 ]; preConfigure = '' export ATTIC_OPENSSL_PREFIX="${openssl.dev}" -- cgit 1.4.1