fix: nix: use replace pyfuse with fusepy
This commit is contained in:
parent
68236da291
commit
a3df6020c0
@ -15,7 +15,7 @@
|
||||
pyzmq,
|
||||
ffmpeg,
|
||||
mutagen,
|
||||
pyfuse, # for partyfuse
|
||||
fusepy, # for partyfuse
|
||||
|
||||
# use argon2id-hashed passwords in config files (sha2 is always available)
|
||||
withHashedPasswords ? true,
|
||||
@ -70,7 +70,7 @@ buildPythonApplication {
|
||||
dependencies =
|
||||
[
|
||||
jinja2
|
||||
pyfuse
|
||||
fusepy
|
||||
]
|
||||
++ lib.optional withSMB impacket
|
||||
++ lib.optional withFTPS pyopenssl
|
||||
|
Loading…
Reference in New Issue
Block a user