From 9c2558e419f20def55e09b9ad016775860ce7fb5 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 17 Jul 2024 22:30:42 +0200 Subject: Ammending default --- default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 7fb599d..3e6017e 100644 --- a/default.nix +++ b/default.nix @@ -79,7 +79,7 @@ in rec { build_examples = "true"; }; - thread = pkgs.callPackage modules/io_codec/.nix/derivation.nix { + thread = pkgs.callPackage modules/thread/.nix/derivation.nix { inherit version; inherit forstio; inherit stdenv; @@ -105,6 +105,13 @@ in rec { build_examples = "false"; build_benchmarks = "true"; }; + + window = pkgs.callPackage modules/window/.nix/derivation.nix { + inherit version; + inherit forstio; + inherit stdenv; + inherit clang-tools; + }; tools = pkgs.callPackage modules/tools/.nix/derivation.nix { inherit version; -- cgit v1.2.3