summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-sycl/.nix')
-rw-r--r--modules/remote-sycl/.nix/derivation.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/remote-sycl/.nix/derivation.nix b/modules/remote-sycl/.nix/derivation.nix
index 2d095df..4c994a9 100644
--- a/modules/remote-sycl/.nix/derivation.nix
+++ b/modules/remote-sycl/.nix/derivation.nix
@@ -4,7 +4,7 @@
, clang-tools
, version
, forstio
-, opencl-clhpp
+, opensycl
}:
let
@@ -27,7 +27,7 @@ in stdenv.mkDerivation {
forstio.async
forstio.io
forstio.io_codec
- opencl-clhpp
+ opensycl
];
outputs = ["out" "dev"];