Re: Guix Shell environment usage

2025-03-07 Thread Daniil Rozanov
> I think that's because it doesn't know what do you want to do with ncurses. > > If you do something like: > > ``` > guix shell ncurses gcc-toolchain > ``` > > (or clang-toolchain) > > It should know that you want to compile things, and add the compilers > will have access to courses. > > Same th

guix shell environment usage

2025-03-07 Thread Daniil Rozanov
Hello I'm currently developing some application using the ncurses library, so I gave it a try. ``` guix shell ncurses ``` So, as stated in the documentation, a new variable $GUIX_ENVIRONMENT has been added to environment, and $PATH has been changed. But neither $LIBRARY_PATH nor $C_INCLUDE_PATH

Re: Guix Shell environment usage

2025-03-07 Thread Ekaitz Zarraga
On 2025-03-07 19:19, Daniil Rozanov wrote: Hello I'm currently developing some application using the ncurses library, so I gave it a try. ``` guix shell ncurses ``` So, as stated in the documentation, a new variable $GUIX_ENVIRONMENT has been added to environment, and $PATH has been changed. B

Guix Shell environment usage

2025-03-07 Thread Daniil Rozanov
Hello I'm currently developing some application using the ncurses library, so I gave it a try. ``` guix shell ncurses ``` So, as stated in the documentation, a new variable $GUIX_ENVIRONMENT has been added to environment, and $PATH has been changed. But neither $LIBRARY_PATH nor $C_INCLUDE_PATH