nix: add pyfuse dependency

This commit is contained in:
Toast 2025-07-29 11:08:49 +02:00
parent f013429f06
commit 68236da291

View File

@ -15,6 +15,7 @@
pyzmq, pyzmq,
ffmpeg, ffmpeg,
mutagen, mutagen,
pyfuse, # for partyfuse
# use argon2id-hashed passwords in config files (sha2 is always available) # use argon2id-hashed passwords in config files (sha2 is always available)
withHashedPasswords ? true, withHashedPasswords ? true,
@ -69,6 +70,7 @@ buildPythonApplication {
dependencies = dependencies =
[ [
jinja2 jinja2
pyfuse
] ]
++ lib.optional withSMB impacket ++ lib.optional withSMB impacket
++ lib.optional withFTPS pyopenssl ++ lib.optional withFTPS pyopenssl