mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pin to icu68
This commit is contained in:
parent
56f0c92fad
commit
de8dbb21fb
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue