diff --git a/pkgs/by-name/op/openlist/package.nix b/pkgs/by-name/op/openlist/package.nix index f49df3ded44f..2d2793950291 100644 --- a/pkgs/by-name/op/openlist/package.nix +++ b/pkgs/by-name/op/openlist/package.nix @@ -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 \""