~ruther/guix-exprs

ref: 1a3e63250edef398f95bbd16c6e412a85e83e36c guix-exprs/modules/ruther/packages/patches/newlib-getentropy.patch -rw-r--r-- 10.0 KiB
75eae2a2 — Rutherther 2 months ago
chore: move modules to modules subfolder
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