mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
python*Packages.PyICU: switch patch URL
... to one that works and should keep working over long term.
This commit is contained in:
parent
290695dd28
commit
a94f0c68c7
@ -18,7 +18,8 @@ buildPythonPackage rec {
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = https://sources.debian.org/data/main/p/pyicu/2.0.3-1/debian/patches/icu_test.patch;
|
||||
url = "https://salsa.debian.org/python-team/modules/pyicu/raw/debian/2.2-2/"
|
||||
+ "debian/patches/icu_test.patch";
|
||||
sha256 = "1iavdkyqixm9i753svl17barla93b7jzgkw09dn3hnggamx7zwx9";
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user