Ludovic Courtès writes:
> Hi Roel,
>
> Roel Janssen skribis:
>
>> I have a question about how search paths are handled in Guix.
>> So, I have a package that tries to set an environment variable:
>> DRMAA_LIBRARY_PATH.
>>
>> So, I tried:
>> (native-search-paths
>> (list (search-path-specific
Hi Roel,
Roel Janssen skribis:
> I have a question about how search paths are handled in Guix.
> So, I have a package that tries to set an environment variable:
> DRMAA_LIBRARY_PATH.
>
> So, I tried:
> (native-search-paths
> (list (search-path-specification
> (variable "DRMAA_LI
Dear Guix,
I have a question about how search paths are handled in Guix.
So, I have a package that tries to set an environment variable:
DRMAA_LIBRARY_PATH.
So, I tried:
(native-search-paths
(list (search-path-specification
(variable "DRMAA_LIBRARY_PATH")
(files '("li