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
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--
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))
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
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
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")
>
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
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
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
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)
>
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
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
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
13 matches
Mail list logo