Unverified Commit 9cb1ca6d authored by Madoura's avatar Madoura
Browse files

rocfft: fix propagatedBuildInputs typo

propagatedBuildInputs has been incorrectly spelled for a while now.
parent 86f9c0bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ let
      openmp
    ];

    propogatedBuildInputs = lib.optionals buildTests [
    propagatedBuildInputs = lib.optionals buildTests [
      fftw
      fftwFloat
    ];