Am 31.12.2016 um 00:42 schrieb Ludovic Courtès: > Where does that string you want to build go to?
As I already wrote in my initial mail, I need to reference the actual package output's path in some config-file within a system definition (e.g. gnu/system/examples/nginx.tmpl). So assume gnu/system/examples/nginx.tmpl to be: (use-modules (gnu)) (use-package-modules networking web) (define NGINX (package-output (open-connection) nginx)) (define TEST (string-append NGINX "/bin/nginxctl")) If "package-output" is not the correct solution, please tell me the correct one. -- Regards Hartmut Goebel | Hartmut Goebel | [email protected] | | www.crazy-compilers.com | compilers which you thought are impossible |
