Merge pull request #115221 from bobrik/ivan/py-cpuinfo-aarch64-darwin-again

python3Packages.py-cpuinfo: fix another aarch64-darwin test
This commit is contained in:
Sandro 2021-03-06 05:35:38 +01:00 committed by GitHub
commit f8441c6b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ buildPythonPackage rec {
url = "https://github.com/workhorsy/py-cpuinfo/commit/54c32da6678f9d75ec5acf4534056cdc85c2a04d.patch";
sha256 = "sha256-3R46KrpACAQ1V0CQtz48V5mQXxvplUQrXnACtiE8WqY=";
})
# Continuation of the patch above
(fetchpatch {
url = "https://github.com/workhorsy/py-cpuinfo/commit/0d00f4b99750f292c85ff23e1039ea9489cb7ec8.patch";
sha256 = "sha256-mHoXoCAEG2v3xpQppRFWzSvhYCp5i9CZkbEgtiLVzMs=";
})
];
checkInputs = [