Skip to content

Commit

Permalink
python310Packages.ffcv: move pkgconfig to nativeBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Apr 22, 2022
1 parent 30b3033 commit f7861fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/ffcv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ buildPythonPackage rec {
--replace "'webdataset'," ""
'';

buildInputs = [ libjpeg pkgconfig ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libjpeg ];
propagatedBuildInputs = [ opencv4 numba pandas pytorch-pfn-extras terminaltables tqdm ];

# `ffcv._libffcv*.so` cannot be loaded in the nix build environment for some
Expand Down

0 comments on commit f7861fa

Please sign in to comment.