borgbackup: use llfuse on darwin

This commit is contained in:
Andrew Childs 2020-01-25 04:09:23 +09:00
parent 6d46f05945
commit 128db1b3f0

View File

@ -17,8 +17,8 @@ python3.pkgs.buildPythonApplication rec {
libb2 lz4 zstd openssl python3.pkgs.setuptools_scm
] ++ stdenv.lib.optionals stdenv.isLinux [ acl ];
propagatedBuildInputs = with python3.pkgs; [
cython
] ++ stdenv.lib.optionals (!stdenv.isDarwin) [ llfuse ];
cython llfuse
];
preConfigure = ''
export BORG_OPENSSL_PREFIX="${openssl.dev}"