summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index a63a5e7..b7f3b99 100644
--- a/default.nix
+++ b/default.nix
@@ -25,10 +25,10 @@ let
in rec {
kel-lbm = {
core = pkgs.callPackage ./lib/core/.nix/derivation.nix {
- inherit forstio stdenv clang-tools;
+ inherit forstio stdenv clang-tools pname version;
};
sycl = pkgs.callPackage ./lib/sycl/.nix/derivation.nix {
- inherit forstio stdenv clang-tools kel-lbm adaptive-cpp;
+ inherit forstio stdenv clang-tools pname version kel-lbm adaptive-cpp;
};
};