diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-07-03 09:58:57 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2023-07-03 09:58:57 +0200 |
commit | 14e834b900426c6dfb742acee3e62d60fab46869 (patch) | |
tree | a93aa771d6e505e35524172e431857f64f7f4775 /tests | |
parent | b6996385381485d9d829987d031557a8a7b0c557 (diff) |
c++,window: Fixed compilation issues for window.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.nix/derivation.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/.nix/derivation.nix b/tests/.nix/derivation.nix index 1e20c5c..198588a 100644 --- a/tests/.nix/derivation.nix +++ b/tests/.nix/derivation.nix @@ -18,11 +18,13 @@ stdenvNoCC.mkDerivation { scons clang clang-tools - forstio.core forstio.async - forstio.test forstio.codec forstio.codec-json + forstio.core + forstio.io + forstio.test + forstio.window ]; doCheck = true; |