Merge pull request #130171 from mweinelt/borgbackup

borgbackup: only include pyfuse3 when not on darwin
This commit is contained in:
Martin Weinelt 2021-07-14 15:20:02 +02:00 committed by GitHub
commit f40fa6014e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ python3.pkgs.buildPythonApplication rec {
cython
llfuse
packaging
] ++ lib.optionals (!stdenv.isDarwin) [
pyfuse3
];