Re: How to debug a failed build of rust application under cargo-build-system?

2024-02-16 Thread woshilapin
x27;m not sure `guix build` build the current directory. Doesn't it build the `package.scm` which itself describe where to pull the source code? So, trying a way to be sure that `cargo install` and `guix build` actually build the same source code might a first step. I hope this helps. Have a ni

Re: Problem with running system reconfigure on Guix in WSL2

2024-03-06 Thread woshilapin
ome hypothesis about why that would work (and the original wouldn't)? Best regards. -- woshilapin > Hello > > I recently wanted to try running Guix on WSL2. I followed the path of > https://othacehe.org/wsl-images-for-guix-system.html and created a guix image > tarball

Re: Rust development in guix

2024-08-26 Thread woshilapin
aybe? Sincerely, -- Jean SIMARD aka woshilapin Le mercredi 21 août 2024 à 15:25, Hannes Walter a écrit  : > Hi all, > > > I'm trying to learn how to program in rust, but using default rust > package with `guix install rust` throws an error during the linking pha

Re: Packaging Proton Bridge: cryptic compilation failure

2024-12-06 Thread woshilapin
already packaged into `guix`, and that has worked perfectly well for me as a proton bridge? [1] https://packages.guix.gnu.org/packages/hydroxide/0.2.29/ Hope this helps. -- woshilapin aka Jean SIMARD

Re: wsl

2025-01-03 Thread woshilapin
elp. I honestly can't remember all the problems I had until I was able to make it work. But it now has been a few months working with this system. I had help from [2] and [3] but ultimately, it was [4] which really helped me. [1]: https://github.com/woshilapin/dot/blob/main/config/guix/operating

Re: Rust-analyzer completion for std does not work.

2025-02-04 Thread woshilapin
) and we were trying to find a better solution [2] to push it upstream. So still digging (when I find time). I hope this helps. [1]: https://gitlab.com/woshilapin/tuziwo-channel/ [2]: https://internals.rust-lang.org/t/how-to-install-rust-analyzer-proc-macro-srv-cli/22306 > > Everyone else

Re: How to: How to wrap executablea?

2024-11-21 Thread woshilapin
th. Hope this helps, and I'd be happy to know of a cleaner solution. Sincerely, -- woshilapin / Jean

Re: wsl

2025-01-09 Thread woshilapin
a working OS before digging more into `guix home`. To remove `guix home` from the equation, you can edit `operating-system.scm` and remove the lines importing the module `home-environment` (`use-module` at the top), then the `guix home` service lines 233-234. > (service guix-home-service-t