Merge pull request #301996 from aaronjheng/unparam

unparam: fix build
This commit is contained in:
Weijia Wang 2024-04-09 15:22:58 +02:00 committed by GitHub
commit c525b57d70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -6871,7 +6871,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;