python3Packages.fenics: fix build

This commit is contained in:
Robert T. McGibbon 2021-05-08 15:55:18 -04:00 committed by Jonathan Ringer
parent f701e8d085
commit 9d469535df

View file

@ -2346,6 +2346,7 @@ in {
fenics = callPackage ../development/libraries/science/math/fenics {
pytest = self.pytest_4;
hdf5 = pkgs.hdf5_1_10;
};
ffmpeg-python = callPackage ../development/python-modules/ffmpeg-python { };