Idris-dev icon indicating copy to clipboard operation
Idris-dev copied to clipboard

`IDRIS_LIBRARY_PATH` should follow `PATH` convention

Open raingloom opened this issue 6 years ago • 0 comments

I'm (still) trying to get Idris 2 compiling on Guix and ran into a weird error with guix environment --ad-hoc idris: Idris 1 can't find the base and prelude libraries when IDRIS_LIBRARY_PATH has more than one component, such as: /gnu/store/xbp84d145j61m7c70njxn5jkvb0590z8-profile/lib/idris:/home/raingloom/.guix-profile/lib/idris/

The solution is probably simple, I'll try to send a patch soon.

raingloom avatar Aug 17 '19 14:08 raingloom