Re: ‘guix pack’ automatic environment for Docker format

2018-02-15 Thread Mathieu Lirzin
Hello, l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> in order for the compilation environment to be fully ready I need to >> source the /gnu/store...-profile/etc/profile for things like >> CMAKE_PREFIX_PATH, LIBRARY_PATH, ... >> >> While one obvious

‘guix pack’ automatic environment for Docker format

2018-02-14 Thread Mathieu Lirzin
Hello, I am trying to use ‘guix pack’ to provide my colleagues an easy to use compilation environment to run with Docker. My command to create the container image is the following $ guix pack -f docker -S /bin=bin gcc-toolchain bash cmake make pkg-config python@2 coreutils eigen jsoncpp