nixpkgs: remove listparser patch (PR closed; not upstreaming it)

This commit is contained in:
Colin 2024-06-28 04:33:18 +00:00
parent a75a341b56
commit 870e766966

View File

@ -30,12 +30,6 @@ in
# hash = "sha256-fGuS46f9qSMRHvWZvTmcirKufIqlXHwwhckeK1RNejE=";
# })
(fetchpatch' {
title = "python3Packages.listparser: init at 0.20";
prUrl = "https://github.com/NixOS/nixpkgs/pull/322192";
hash = "sha256-p6xsSTLgythzaLVrSU4cQ39we2x2z4o96bqLbDE2r50=";
})
(fetchpatch' {
# xsimd is required by scipy, which is required by ols
title = "xsimd: fix cross compilation";