Re: Blender export backend missing

2022-05-19 Thread Théo Maxime Tyburn
Maxime Devos writes: > Possible reasons (I don't know which apply here and which are actually > true): > > * When blender was first packaged, that configuration flag did not > exist. > * Likewise, but the 'alembic' package was not yet packaged in Guix. > * The original package author

Re: Setting environment variables in a profile

2022-05-19 Thread Théo Maxime Tyburn
Maxime Devos writes: > I don't think this is currently supported, but I suppose it would be > possible to extend guix/profiles.scm and to support this. > Maybe an API like: > > contents of manifest.scm: > (manifest > (packages->manifest (list python3 blender ...)) > (environment-variabl

Re: Setting environment variables in a profile

2022-05-19 Thread Maxime Devos
Théo Maxime Tyburn schreef op do 19-05-2022 om 21:43 [+0200]: >    (files '("/home/teddd/..." >     "/home/teddd/..." >     "/home/teddd/..."))) This will do PYTHONPATH=$GUIX_ENVIRONMENT/home/tedd/...:$GUIX_ENVIRONMENT/home/tedd/... where $GUIX_ENVIRONMENT is s

Setting environment variables in a profile

2022-05-19 Thread Théo Maxime Tyburn
Hi, I would like some environement variables to be present whenever I enter a shell using `guix shell -p ...`. Is there an easy way to do this? I tried it this way: in the manifest file I use to define the profile, I define a package and set some (native)-search-paths. Unfortunatly this It didn’t

Re: Status of KDE Plasma

2022-05-19 Thread zimoun
Hi, On Sun, 01 May 2022 at 00:35, Anthony Wang wrote: > I'm a KDE contributor and free software enthusiast, and I recently > started switching over some of my systems to GNU Guix. However, as an > avid KDE Plasma user, I'm a bit disappointed that Plasma doesn't seem > to be packaged for Guix. I

Re: Errors with (display) when building derivations from the REPL.

2022-05-19 Thread zimoun
Hi, On Thu, 28 Apr 2022 at 10:00, Brian Cully wrote: > I’m trying to do some work on Guix with Emacs and Geiser, and > while a lot of things work fairly well, I consistently run into > problems when trying to build derivations from the Geiser > REPL. From what I can tell by looking at where it

Re: Blender export backend missing

2022-05-19 Thread Maxime Devos
Théo Maxime Tyburn schreef op do 19-05-2022 om 15:05 [+0200]: > Is seems to be because the "WITH_ALEMBIC" option is not used as a > configure flag. I think > about trying to build it myself with this option. Is there any > particular reason this was not added? Can you forsee what should be done > e

Blender export backend missing

2022-05-19 Thread Théo Maxime Tyburn
Hi, I want to import and export mesh sequences to Alambic or USD files using blender. But these import/export formats are not available in the import/export interface. Although the version should be high enough, see https://docs.blender.org/manual/en/latest/files/import_export/alembic.html Is s