From d205153060b58af342cc47c48973f10129417eef Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 3 Jul 2023 18:33:50 +0200 Subject: c++,window-opengl: Starting to provide the basic gl creation --- default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index e27153a..d38ed9e 100644 --- a/default.nix +++ b/default.nix @@ -61,6 +61,13 @@ in rec { inherit clang; inherit clang-tools; }; + + window-opengl = pkgs.callPackage src/window/.nix/derivation.nix { + inherit version; + inherit forstio; + inherit clang; + inherit clang-tools; + }; }; forstio-test-cases = pkgs.callPackage tests/.nix/derivation.nix { -- cgit v1.2.3