{ lib , stdenv , scons , clang-tools , version , forstio , opencl-clhpp }: let in stdenv.mkDerivation { pname = "forstio-device-opencl"; inherit version; src = ./..; enableParallelBuilding = true; nativeBuildInputs = [ scons clang-tools ]; buildInputs = [ forstio.core forstio.codec forstio.async forstio.io forstio.io_codec opencl-clhpp ]; outputs = ["out" "dev"]; }