Booting a Raspberry Pi

2023-10-26 Thread Wicki Gabriel (wicg)
Hello there I am trying to create an image that boots a Raspberry Pi 4 (64bit) directly into Guix. I failed for quite some time due to the fact that $(guix system image my/image.scm) quietly built an EFI binary for x86_64 (my host architecture) instead of aarch64 (which is passed to the (image

Re: guix + fish shell help

2023-10-26 Thread Unstable Horse
On Sun, 2023-10-22 at 19:51 -0700, Alexis Simon wrote: > If people could let me know how they've managed to set up fish > properly > with guix this would be great. I use fish as my login shell on GuixSD and this is my config.fish: --8<---cut here---start->8--

Building Package and autoreconf not found

2023-10-26 Thread Jesse Millwood
Hello, I am trying to write a Guix package but I have to add a build phase to the gnu build system. I have the following package scm: (use-modules  (guix packages)  (guix git-download)  (guix licenses)  (guix profiles)  (guix build-system gnu)  (guix build-system python)  (guix build utils))

How to create a package written in Go

2023-10-26 Thread jean franco osvarcha
Hello guix users. I wanted to package the program nwg-look to edit my theme icons and others through a graphical interface because I am currently using Tiling Window Manager. nwg-look is written in GO and its repository is at [[https://github.com/nwg-piotr/nwg-look]], theoretically its compilat

Using local package in shell manifest

2023-10-26 Thread Jesse
Hello, I have written a package that I have installed with "guix package --install-from-file=crosstool-ng.scm". I was able to get it to build and install. I can use it if I do "source ~/.guix-profile/etc/profile". However, I would like to add it to a shell manifest. My manifest just includes

Make a simple guile script to a package - source local file

2023-10-26 Thread Théo Tyburn
Hi, I have some guile CLI scripts and I would like to make them accessible in $PATH by putting each of them in a package. Is there a simple way to do this without having to make a git repository ? What I would like is something like this: > (package > (name "script1") > (version "0.0.0") >

Re: Meet Guix at Capitole du Libre in Toulouse, nov. 18-19

2023-10-26 Thread Vivien Kraus
Bonsoir Simon, Le mardi 24 octobre 2023 à 22:10 +0200, Simon Tournier a écrit : > Hi, > > Some of us will be in Toulouse, INP-N7, 26 rue Riquet on 18 & 19 > november for Capitole du Libre: > >     https://capitoledulibre.org/ > > We will stand in Village Associatif.  Let us know if you can help

Re: Using local package in shell manifest

2023-10-26 Thread Tomas Volf
On 2023-10-25 16:49:43 -0400, Jesse wrote: > Hello, > > I have written a package that I have installed with "guix package > --install-from-file=crosstool-ng.scm". I was able to get it to build and > install. I can use it if I do "source ~/.guix-profile/etc/profile". > > However, I would like to a

Re: Make a simple guile script to a package - source local file

2023-10-26 Thread Tomas Volf
On 2023-10-23 18:01:12 +, Théo Tyburn wrote: > Hi, > > I have some guile CLI scripts and I would like to make them accessible > in $PATH by putting each of them in a package. > > Is there a simple way to do this without having to make a git > repository ? What I would like is something like t

Re: Building Package and autoreconf not found

2023-10-26 Thread Tomas Volf
On 2023-10-23 15:12:59 -0400, Jesse Millwood wrote: > Hello, > > I am trying to write a Guix package but I have to add a build phase to the > gnu build system. > > I have the following package scm: > > (use-modules >  (guix packages) >  (guix git-download) >  (guix licenses) >  (guix profiles) >

Re: Using local package in shell manifest

2023-10-26 Thread Jesse
Thanks Tomas, I plan to upstream it but there is some more development I'd like to try out first. If I put it in the manifest, is there some different syntax I need to use? I have been doing some searching and it seems like I would have to wrap the "(package ...)" expression in define-public a

Re: Using local package in shell manifest

2023-10-26 Thread Tomas Volf
On 2023-10-26 10:48:45 -0400, Jesse wrote: > Thanks Tomas, > > I plan to upstream it but there is some more development I'd like to try out > first. If I put it in the manifest, is there some different syntax I need to > use? I have been doing some searching and it seems like I would have to wrap

Re: Kicad missing symbols and footprints

2023-10-26 Thread Peter Polidoro
phodina writes: Hi Peter and Guillaume, thanks for the help. I've tried to use the Guix shell to have a complete environment for Kicad but for some reason it does not work (at least for me) So here are the steps to reproduce: $ guix shell kicad kicad-footprints kicad-symbols -- kicad I