borgbackup: use llfuse on darwin
This commit is contained in:
parent
6d46f05945
commit
128db1b3f0
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user