pin to icu68

wip/little-gl
Michael Francis 3 years ago committed by Jonathan Ringer
parent 56f0c92fad
commit de8dbb21fb
  1. 6
      pkgs/development/python-modules/pyicu/default.nix

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

Loading…
Cancel
Save