Re: Search paths vs. environment variables that designate a single file

2015-05-21 Thread Ludovic Courtès
宋文武 skribis: > Ludovic Courtès writes: [...] >> One way might be to augment ‘search-path-specification’ to support >> “single-item search paths” that basically designate a single file. >> > Yes, but some conflicted inputs will bring headahce to builder. > For 'GDK_PIXBUF_MODULE_FILE', both gdk

Re: Search paths vs. environment variables that designate a single file

2015-05-21 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> Ludovic Courtès writes: >> >>> With commit dbc31ab, it is now possible to do things like: >>> >>> eval `guix package --search-paths=suffix` >>> >>> to augment the search path environment variables instead of overriding >>> them. >> Doesn't the KIND