Petr Hodina
Petr Hodina
Hi, thanks for awesome crate. However, I ran it on my desktop machine with GDM running under X11 and I got panic. Seems there are some `unwrap` calls when querying...
Hi, I've attempted to cross-compile the liblockdev pkg for Aarch64. However, there seems to be some issue with the linker, see the attached log. I'm running version 2.25 on Guix...
Hi, I'm interested in the structure of the `asar` compressed file. Is there a wiki or some documentation explaining this? e.g. here's one for [tar](https://jackrabbit.apache.org/oak/docs/nodestore/segment/tar.html) I've looked into one file...
**Bug description** Attempting to build also the tests results in error as the trait `std::fmt::Display` is not impleented. **Backtrace** ``` Compiling gtk v0.15.5 (/tmp/guix-build-rust-gtk-0.15.5.drv-0/gtk-0.15.5) error[E0277]: `Errors` doesn't implement `std::fmt::Display` -->...
Hi there, I have attempted to port the waydroid on [Guix](https://guix.gnu.org/). This gist contains the [patches](https://gist.github.com/phodina/d5f75f57af92595324b58cecaf41919f) for the following: `libglibutil`, `libgbinder`, `python-gbinder`, `python-pyclip`,`waydroid` and `waydroid-script`. Also it contains the changes...
Hi, I've followed the guide and once `sway` is installed I attempt to run the GUI but I get these errors: ``` $ ssh [email protected] Last login: Tue Mar 22...
Hi, firstly let me thank you for amazing notes! I've encountered build issue when following your guide. This fixes it.
This is still WIP attempt to add support for ARMv7 WRT1900ACS router - [ ] Currently the build fails on building `busybox` as a dependency for `haveged`. I found a...
- Currently the only supported platform is MIPS. The cross compilation configuration is defined in [mksystem.nix](nixwrt/mksystem.nix). This code will definitely need to be refactored. - It would be great if...
The idea to build completely the `fimware.bin` on a remote builder is definitely a step in the right direction. The embedded device is too constrained to build any derivations in...