Fix some build issues
All checks were successful
Build project / Build (push) Successful in 4m7s

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2026-03-28 15:43:04 +02:00
parent 54538dcd2a
commit 728fc08c70
5 changed files with 33 additions and 140 deletions

View File

@@ -63,6 +63,7 @@
commonBuildInputs = with pkgs;
[
openssl
shaderc
]
++ pkgs.lib.optionals (!isDarwin) (
[
@@ -75,6 +76,7 @@
commonNativeBuildInputs = with pkgs; [
pkg-config
cmake
git
python312
makeWrapper
];