diff --git a/derivation.nix b/derivation.nix index c7e2446..9a67608 100644 --- a/derivation.nix +++ b/derivation.nix @@ -12,7 +12,7 @@ , rapidjson ## optional backends -, hipSupport ? false, hip, hipsparse, hipblas, rocthrust, rocrand +, hipSupport ? false, hip, hipfft, hipsparse, hipblas, rocthrust, rocrand , cudaSupport ? false, cudatoolkit , ompSupport ? false , mpiSupport ? false @@ -46,7 +46,7 @@ let rapidjson ] ++ lib.optional cudaSupport cudatoolkit - ++ lib.optional hipSupport [ hip hipsparse hipblas rocrand rocthrust ]; + ++ lib.optional hipSupport [ hip hipfft hipsparse hipblas rocrand rocthrust ]; in stdenvNoCC.mkDerivation { pname = "${basename}"; version = version;