mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
borgbackup: only include pyfuse3 when not on darwin
It includes the fuse package which does not eval on darwin.
This commit is contained in:
parent
c4bfe87fc3
commit
090638e14e
@ -46,6 +46,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
cython
|
||||
llfuse
|
||||
packaging
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
pyfuse3
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user