unparam: fix build

This commit is contained in:
Aaron Jheng 2024-04-06 10:55:29 +08:00
parent 368ac1e650
commit 48a3d1ca2e
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
1 changed files with 3 additions and 1 deletions

View File

@ -6874,7 +6874,9 @@ with pkgs;
unionfs-fuse = callPackage ../tools/filesystems/unionfs-fuse { };
unparam = callPackage ../tools/misc/unparam { };
unparam = callPackage ../tools/misc/unparam {
buildGoModule = buildGo121Module;
};
inherit (nodePackages) uppy-companion;