Skip to content

Commit 13e18cd

Browse files
committed
imgui: drop unused variables
1 parent 7e7fc22 commit 13e18cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/im/imgui/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
IMGUI_FREETYPE ? false,
4646
IMGUI_FREETYPE_LUNASVG ? false,
4747
IMGUI_USE_WCHAR32 ? false,
48-
}@args:
48+
}:
4949
let
5050
vcpkgRevs.postSdl3 = lib.versionAtLeast vcpkg.version "2025.03.19";
5151
vcpkgRevs.others = !vcpkgRevs.postSdl3;

0 commit comments

Comments
 (0)