mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
parent
26d68e0280
commit
7f2c7b323e
1 changed files with 5 additions and 3 deletions
|
|
@ -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>\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue