wails: move to by-name

This commit is contained in:
thtrf 2025-07-21 11:11:57 +02:00
parent 6af1ec2d4f
commit dce17d8f82
2 changed files with 0 additions and 4 deletions

View File

@ -7587,10 +7587,6 @@ with pkgs;
vcpkg-tool-unwrapped = vcpkg-tool.override { doWrap = false; };
wails = callPackage ../development/tools/wails {
stdenv = gccStdenv;
};
whatstyle = callPackage ../development/tools/misc/whatstyle {
inherit (llvmPackages) clang-unwrapped;
};