flake: Fix missing libstdc++
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 25m19s

This commit is contained in:
Florian RICHER 2025-04-07 13:11:19 +02:00
parent 852d72d716
commit 9664ea754c
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -39,6 +39,8 @@
buildInputs = with pkgs; [ vulkan-headers vulkan-loader vulkan-validation-layers renderdoc ]
++ pkgs.lib.optionals pkgs.stdenv.hostPlatform.isLinux (with pkgs; [
stdenv.cc.cc.lib
# Wayland
libxkbcommon
wayland