~ruther/guix-exprs

ref: a9b4223ec11eb2a5f50b883aa3706c0194e71835 guix-exprs/ruther/packages/patches/newlib-getentropy.patch -rw-r--r-- 10.0 KiB
2d734ecb — Rutherther 9 months ago
fix: libstdc++ getentropy fix

The newlib does not expose getentropy in the final libraries,
but stil has it in the headers. That leads to configure thinking
getentropy is available and it will be used in the <random>.
Do not follow this link