Merge pull request #130171 from mweinelt/borgbackup
borgbackup: only include pyfuse3 when not on darwin
This commit is contained in:
commit
f40fa6014e
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
cython
|
||||
llfuse
|
||||
packaging
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
pyfuse3
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue