Ricardo Wurmus writes:
> Todor Kondić writes:
>
>> Interestingly, looking into
>> $GUIX_PROFILE/share/texmf-dist/tex/latex/psnfss directory, I found
>> bunch of *.fd files present that were not there when I tried to
>> install texlive-latex-psnfss package individually. Perhaps a bug?
>
> Quite
On Sun, Oct 25, 2020 at 02:58:22PM +0330, Hamzeh Nasajpour wrote:
> Thanks for your quick reply.
>
>
> > (native-inputs
> >`(...
> > ("rust:cargo" ,rust "cargo")
> > ...))
>
> Thanks this step passed, but now I face with another error in dependencies.
>
> ```
> ...
> phase `pat
Hi Efraim!
On 10/25/20 9:52 AM, Efraim Flashner wrote:
> On Sat, Oct 24, 2020 at 09:42:13PM +0200, Zelphir Kaltstahl wrote:
>> Hello Efraim!
>>
>> On 10/21/20 9:18 AM, Efraim Flashner wrote:
>>> On Mon, Oct 19, 2020 at 11:12:35PM +0200, Zelphir Kaltstahl wrote:
Meanwhile I have managed to run
Thanks for your quick reply.
> (native-inputs
>`(...
> ("rust:cargo" ,rust "cargo")
> ...))
Thanks this step passed, but now I face with another error in dependencies.
```
...
phase `patch-generated-file-shebangs' succeeded after 0.0 seconds
starting phase `build'
Todor Kondić writes:
> Interestingly, looking into
> $GUIX_PROFILE/share/texmf-dist/tex/latex/psnfss directory, I found
> bunch of *.fd files present that were not there when I tried to
> install texlive-latex-psnfss package individually. Perhaps a bug?
Quite possible! I have been investigati
Hamzeh,
Hamzeh Nasajpour 写道:
As you can see, the `rust` path is available in the `PATH`. I
get the list of this path:
```
$ ls
/gnu/store/axjq514q8gqk90hi7r7wpfbba3id6h18-rust-1.39.0/bin/
rustc rustdoc rust-gdb rust-gdbgui rust-lldb
```
I couldn't see the `cargo`. I also couldn't find an
Hi Hartmut,
> You could validate $PATH like this: Add a phase before the
> build-phase, containing just "(pk (getenv PATH))".
This is the output of this line:
```
/gnu/store/wc4xh9wj49rlbyivxi4lsws6whhzx4ab-python-wrapper-3.8.2/bin:/gnu/store/axjq514q8gqk90hi7r7wpfbba3id6h18-rust-1.39.0/bin:/gn
Hi Efraim,
> I'd add in a substitution here for openssl like this (untested):
>;; Don't depend on vendored sources
>(("0.10.30.*") "0.10.30\" }\n")
>
Thanks, I added it and this step passed and now I don't get the previous error
in building.
Now I faced with an
On Sat, Oct 24, 2020 at 09:42:13PM +0200, Zelphir Kaltstahl wrote:
> Hello Efraim!
>
> On 10/21/20 9:18 AM, Efraim Flashner wrote:
> > On Mon, Oct 19, 2020 at 11:12:35PM +0200, Zelphir Kaltstahl wrote:
> >> Meanwhile I have managed to run the jupyterlab-server tests, as
> >> described in more deta