mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-09 11:06:59 +00:00
rocfft: fix propagatedBuildInputs typo
propagatedBuildInputs has been incorrectly spelled for a while now.
This commit is contained in:
parent
86f9c0bba4
commit
9cb1ca6d71
@ -58,7 +58,7 @@ let
|
|||||||
openmp
|
openmp
|
||||||
];
|
];
|
||||||
|
|
||||||
propogatedBuildInputs = lib.optionals buildTests [
|
propagatedBuildInputs = lib.optionals buildTests [
|
||||||
fftw
|
fftw
|
||||||
fftwFloat
|
fftwFloat
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user