Note that the easiest standalone TXR script I could think of is: ``` #!/usr/bin/env txr #(output) Hi @(end) ```
I am betting you probably could include that in a package to reproduce the issue. On April 21, 2023 2:35:30 PM EDT, Kyle <k...@posteo.net> wrote: >Its kind of hard to test. The easiest I have managed has been to see that I >don't get the error with --emulate-fhs in my call, and the script that fails >starts with: > >#!/usr/bin/env txr > >To simplify things, I made a self contained txr script and wrapped that up in >my test R package. Sure enough, after building the package I checked its store >directory. Guix did not patch the path to the path to the env utility in that >case. >