Hello, it used to be the case that libgcrypt installed an info manual:
--8<---------------cut here---------------start------------->8--- $ find $(guix time-machine -q --commit 277cdcc5b3fd48d52e680418822ac95bf05ab6ae -- build libgcrypt) | grep -F .info /gnu/store/as9jxsqd328yx73a8q7d67minbp4xr61-libgcrypt-1.11.0/share/info/gcrypt.info-1.gz /gnu/store/as9jxsqd328yx73a8q7d67minbp4xr61-libgcrypt-1.11.0/share/info/gcrypt.info-2.gz /gnu/store/as9jxsqd328yx73a8q7d67minbp4xr61-libgcrypt-1.11.0/share/info/gcrypt.info.gz --8<---------------cut here---------------end--------------->8--- However that is no longer the case: --8<---------------cut here---------------start------------->8--- $ find $(guix time-machine -q --commit b92bb40b16f3936e39b53dfefaddc9bb1f94096d -- build libgcrypt) | grep -F info --8<---------------cut here---------------end--------------->8--- I see neither `doc' output nor something like `libgcrypt-doc` package, so I am at loss how should I install the manual. Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.
