mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +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
|
||||
];
|
||||
|
||||
propogatedBuildInputs = lib.optionals buildTests [
|
||||
propagatedBuildInputs = lib.optionals buildTests [
|
||||
fftw
|
||||
fftwFloat
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user