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
+1
View File
@@ -46,6 +46,7 @@ python3.pkgs.buildPythonApplication rec {
cython
llfuse
packaging
] ++ lib.optionals (!stdenv.isDarwin) [
pyfuse3
];