pin to icu68

This commit is contained in:
Michael Francis 2021-05-17 22:28:13 -04:00 committed by Jonathan Ringer
parent 56f0c92fad
commit de8dbb21fb

View file

@ -3,7 +3,7 @@
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, six , six
, icu , icu68
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -15,8 +15,8 @@ buildPythonPackage rec {
sha256 = "1jv1pds94agvn3zs33a8p8f0mk7f5pjwmczmg1s05ri5p0kzk4h8"; sha256 = "1jv1pds94agvn3zs33a8p8f0mk7f5pjwmczmg1s05ri5p0kzk4h8";
}; };
nativeBuildInputs = [ icu ]; # for icu-config, but should be replaced with pkg-config nativeBuildInputs = [ icu68 ]; # for icu-config, but should be replaced with pkg-config
buildInputs = [ icu ]; buildInputs = [ icu68 ];
checkInputs = [ pytestCheckHook six ]; checkInputs = [ pytestCheckHook six ];
meta = with lib; { meta = with lib; {