openlist: remove fuse

(cherry picked from commit af7bdb9a91)
This commit is contained in:
Moraxyc 2026-05-31 11:58:03 +08:00 committed by github-actions[bot]
commit 7f2c7b323e

View file

@ -8,7 +8,6 @@
installShellFiles,
libredirect,
versionCheckHook,
fuse,
}:
buildGoModule (finalAttrs: {
@ -42,10 +41,13 @@ buildGoModule (finalAttrs: {
]
++ lib.optional stdenv.hostPlatform.isDarwin libredirect.hook;
buildInputs = [ fuse ];
tags = [ "jsoniter" ];
subPackages = [
"."
"pkg/gowebdav/cmd/gowebdav"
];
ldflags = [
"-s"
"-X \"github.com/OpenListTeam/OpenList/v4/internal/conf.GitAuthor=The OpenList Projects Contributors <noreply@openlist.team>\""