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

View File

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