apteryks
apteryks
Installing Guix can be done on any GNU/Linux system like so: ``` wget -O guix-install.sh https://guix-install.sh chmod +x guix-insall.sh yes | sudo ./guix-install.sh # close and reopen session guix pull...
Hey, nice to hear that :-). The instructions I gave above should work in case you want to experiment. But I think a possible explanation for the SSL test failure;...
Hello! I tried it with the command: ``` ./pre-inst-env guix build ruby-puma --with-git-url=ruby-puma=https://github.com/MSP-Greg/puma --with-branch=ruby-puma=00-issue-3093-reuse ``` And the tail of the build log reads as: ``` ruby 2.7.4p191 (2021-07-07 revision a21a3b7d23)...
For me the demo code doesn't run. Per demo/README.txt: ``` ~/src/wxpython/demo [env]$ python demo.py Traceback (most recent call last): File "/home/maxim/src/wxpython/demo/demo.py", line 3, in import Main File "/home/maxim/src/wxpython/demo/Main.py", line 75,...
Yes, it happens as well with wxWidgets: ``` ~/src/wxWidgets/mybuild$ guix shell --container --network --preserve=XAUTHORITY --expose=/gnu --expose=$XAUTHORITY --preserve=DISPLAY -- samples/minimal/minimal (minimal:1): dbind-WARNING **: 20:42:25.343: Couldn't connect to accessibility bus: Failed to...
Same problem with resolution in another project: https://github.com/styx/jquery-ui-rails-cdn/pull/12/files
> I think that if you need to build the gem yourself, you should just change what you need to do so. I don't think that there is a guarantee...
Guix build packages in a reproducible fashion inside a containerized environment with just what's needed -- there's no git metadata nor git command nor network. git is often invoked in...
The current strategy works rather painlessly for the ~500 Ruby packages offered in Guix, but I'm open to improvements. Guix users have a way to trace back the source quite...
Hi @pointlessone, and thanks a lot for detailing what gems are and what purpose they serve. Perhaps the Guix gem importer (`guix import gem ttfunk`) should default to fetch the...