Re: Could Guix System eventually run on top of HyperbolaBSD ? slightly off topic

2022-07-12 Thread Josselin Poiret
Hello, Joshua Branson writes: > I would love for Guix to be a Multi Kernel package manager (I mean it > works on the Hurd also, but I have never encountered a Hurd user in real > life). My dream would be to port Guix to Plan 9 ;-) I don't think Guix runs on the Hurd in the same way that Guix ru

[PATCH] gnu: tcc: Update to a83b28568596afd8792fd58d1a5bd157fc6b6634

2022-07-12 Thread Ekaitz Zarraga
Hi, With this patch the tcc build issue is fixed, the downside is that it's set to an specific commit and not a release. It also separates tcc-boot from the tcc source, so it does not interfere in the bootstrapping process (the patch moves the source of tcc to git and that produces a circular dep

Ten Years of Guix: preliminary program available!

2022-07-12 Thread Ludovic Courtès
Hello! We’re excited to announce a preliminary program for the Ten Years of Guix event that will take place in Paris, France, Sept. 16th–18th! https://10years.guix.gnu.org/program/ On Friday, scientists and practitioners will talk about how they address computational reproducibility in their d

Re: Could Guix System eventually run on top of HyperbolaBSD ? slightly off topic

2022-07-12 Thread Joshua Branson
Josselin Poiret writes: > Hello, > > Joshua Branson writes: > To be clear, I did not write the next paragraph. I was quoting the previous discussion. :) >> I would love for Guix to be a Multi Kernel package manager (I mean it >> works on the Hurd also, but I have never encountered a Hurd use

Re: Could Guix System eventually run on top of HyperbolaBSD ? slightly off topic

2022-07-12 Thread Joshua Branson
Akib Azmain Turja writes: > Joshua Branson writes: > I did not write the below sentence. I was quoting the previous discussion found on guix devel. >> (I mean it >> works on the Hurd also, but I have never encountered a Hurd user in real >> life) > > Really? I found tons of bugs in the Hurd

[WIP Patch] Adding an FHS container to guix shell

2022-07-12 Thread John Kehayias
Hi Guixers, Apologies for the long email, so let me start with the punchline: attached is a diff which adds an '--fhs-container' (or -F) option to guix shell/environment to set up an FHS-like container. This includes the usual /lib directory and a glibc which loads (a generated in the container

Re: [WIP Patch] Adding an FHS container to guix shell

2022-07-12 Thread Vagrant Cascadian
On 2022-07-12, John Kehayias wrote: > Apologies for the long email, so let me start with the punchline: > attached is a diff which adds an '--fhs-container' (or -F) option to > guix shell/environment to set up an FHS-like container. This includes > the usual /lib directory and a glibc which loads (

Re: Test US mirror for bordeaux.guix.gnu.org and slow downloading of sub

2022-07-12 Thread John Kehayias
Hi Chris, Thanks for setting up some more mirrors, here is what I just got (in a previous run the main Bordeaux server was a bit slower, more like 18 MB/s) on a wired connection that maxes out at about 320 Mbps. ❯ wget https://bordeaux.guix.gnu.org/nar/lzip/078vr3r8mn3yrwzwxw64hmcyshic9p3q-ste

Re: Reminder: please add yourself to a team

2022-07-12 Thread Tobias Platen
On Wed, 2022-07-06 at 10:45 +0200, Ricardo Wurmus wrote: > lease take the time to add an entry for yourself to etc/teams.scm.in > in > the Guix repository.  Here’s an example commit: > >    > https://git.savannah.gnu.org/cgit/guix.git/commit/etc/teams.scm.in?id=47ed000d4df98e440a8a9a0788412b2f791b

Re: emacs-lilypond-mode should we?

2022-07-12 Thread Tobias Platen
On Mon, 2022-07-11 at 16:29 +0300, Efraim Flashner wrote: > On Mon, Jul 11, 2022 at 02:10:36AM -0500, jgart wrote: > > Hi, > > > > Should we package this mode separately from lilypond as emacs- > > lilypond-mode? > > > > https://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=tree;f=elisp;h=dc4d450

Updating Packages

2022-07-12 Thread allan
Hi there! I am new to software development, but I would like to contribute. I want to start by updating some rust packages to newer versions. So far I have just been making scheme files in a seperate directory and running "guix build -f $SCHEME_FILE". I am trying to follow the [guidlines in the

Re: Could Guix System eventually run on top of HyperbolaBSD ? slightly off topic

2022-07-12 Thread Csepp
Josselin Poiret writes: > Hello, > > Joshua Branson writes: > >> I would love for Guix to be a Multi Kernel package manager (I mean it >> works on the Hurd also, but I have never encountered a Hurd user in real >> life). My dream would be to port Guix to Plan 9 ;-) > > I don't think Guix runs

Re: [WIP Patch] Adding an FHS container to guix shell

2022-07-12 Thread Dominic Martinez
John Kehayias writes: > First, I wanted to ask how people feel about such a feature. Obviously, one > use > is to run pre-built binaries (isolated!), but this is also handy for setting > up > development environments when not able (or wanting) to with Guix packages > only. > For example, usin