flake: Fix missing libstdc++
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 25m19s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 25m19s
This commit is contained in:
parent
852d72d716
commit
9664ea754c
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
||||||
|
|
||||||
buildInputs = with pkgs; [ vulkan-headers vulkan-loader vulkan-validation-layers renderdoc ]
|
buildInputs = with pkgs; [ vulkan-headers vulkan-loader vulkan-validation-layers renderdoc ]
|
||||||
++ pkgs.lib.optionals pkgs.stdenv.hostPlatform.isLinux (with pkgs; [
|
++ pkgs.lib.optionals pkgs.stdenv.hostPlatform.isLinux (with pkgs; [
|
||||||
|
stdenv.cc.cc.lib
|
||||||
|
|
||||||
# Wayland
|
# Wayland
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
wayland
|
wayland
|
||||||
|
|
Loading…
Add table
Reference in a new issue