wishlist: “repack” generations history of profile

2022-05-20 Thread zimoun
Hi, For instance, I have these, --8<---cut here---start->8--- $ guix package --list-generations -p ~/.config/guix/profiles/emacs/emacs Generation 14 Dec 30 2021 21:49:01 Generation 15 Dec 30 2021 22:11:51 Generation 16 Dec 30 2021 22:26:48 Generation 17

May update on bordeaux.guix.gnu.org

2022-05-20 Thread Christopher Baines
Hi! The last update was sent out in February [1], so this update covers roughly the last 3 months. 1: https://lists.gnu.org/archive/html/guix-devel/2022-02/msg00099.html ### Summary bordeaux.guix.gnu.org is one of the default sources of substitutes, the other one being ci.guix.gnu.org. I haven

Test US mirror for bordeaux.guix.gnu.org and slow downloading of substitutes

2022-05-20 Thread Christopher Baines
Hey! So the nar-herder came in to existence at the end of last year (2021) and while the main use at the time was addressing the lack of storage on bayfront, I also hoped to improve the situation regarding mirrors for substitutes. I'm not in a great situation to test this though, as my usual inte

Re: cleaning up some minor things

2022-05-20 Thread Ricardo Wurmus
Ludovic Courtès writes: > Go for it! Thanks for the confirmation. Done! -- Ricardo

Re: Blender export backend missing

2022-05-20 Thread Théo Maxime Tyburn
I added ("alembic" ,alembic) to the inputs and "-DWITH_ALEMBIC=ON" in the configure-flags list. Unfortunately it didn’t work directly. I get this error from ld --8<---cut here---start->8--- ld: ../../lib/libbf_alembic.a(abc_writer_transform.cc.o): in function `

Re: Blender export backend missing

2022-05-20 Thread Ekaitz Zarraga
Hi --- Original Message --- On Friday, May 20th, 2022 at 11:36 PM, Théo Maxime Tyburn wrote: > I added ("alembic" ,alembic) to the inputs > and "-DWITH_ALEMBIC=ON" in the configure-flags list. > > Unfortunately it didn’t work directly. I get this error from ld > --8<---cut