Re: R, knitr and texlive on Guix (as a package manager)

2020-10-25 Thread Ricardo Wurmus
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? > >

Re: Packaging a python package that is using setuptools_rust

2020-10-25 Thread Efraim Flashner
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

Re: guix import error + New: setting up a jupyterlab environment

2020-10-25 Thread Zelphir Kaltstahl
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

Re: Packaging a python package that is using setuptools_rust

2020-10-25 Thread Hamzeh Nasajpour
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'

Re: R, knitr and texlive on Guix (as a package manager)

2020-10-25 Thread Ricardo Wurmus
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

Re: Packaging a python package that is using setuptools_rust

2020-10-25 Thread Tobias Geerinckx-Rice
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

Re: Packaging a python package that is using setuptools_rust

2020-10-25 Thread Hamzeh Nasajpour
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: ```

Re: Error in package building : error[E0463]: can't find crate for `openssl_src`

2020-10-25 Thread Hamzeh Nasajpour
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

Re: guix import error + New: setting up a jupyterlab environment

2020-10-25 Thread Efraim Flashner
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