From 7e041e39094ccd0c06761dc2dc59fa7fcf248445 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 5 Nov 2025 14:35:52 +0100 Subject: Reworking general structure --- lib/sycl/.nix/derivation.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/sycl/.nix/derivation.nix') diff --git a/lib/sycl/.nix/derivation.nix b/lib/sycl/.nix/derivation.nix index bbe98a4..68fbab7 100644 --- a/lib/sycl/.nix/derivation.nix +++ b/lib/sycl/.nix/derivation.nix @@ -2,9 +2,11 @@ , stdenv , scons , clang-tools -, forstio , pname , version +, forstio +, kel-lbm +, adaptive-cpp }: stdenv.mkDerivation { @@ -25,6 +27,8 @@ stdenv.mkDerivation { forstio.codec-json forstio.remote forstio.remote-sycl + kel-lbm.core + adaptive-cpp ]; doCheck = true; -- cgit v1.2.3