Re: Maybe I made a mistake?

2019-06-08 Thread Ricardo Wurmus
Hi, > Some simple > packaged software that work on those distros like Debian don't work > with Guix System […] Do you mean binaries that were packaged for Debian won’t work unchanged on Guix System? This is expected as Guix does not provide libraries and the loader at the location where a Deb

Re: Maybe I made a mistake?

2019-06-08 Thread Julien Lepiller
Le 8 juin 2019 09:18:39 GMT+02:00, Ricardo Wurmus a écrit : > >Hi, > >> Some simple >> packaged software that work on those distros like Debian don't work >> with Guix System […] > >Do you mean binaries that were packaged for Debian won’t work unchanged >on Guix System? This is expected as Guix

Why are these derivations different?

2019-06-08 Thread Jack Hill
Hi Guix, I'm trying to copy the store items for ungoogled-chromium from one of my hosts that has many computational resources to another one that does not, so that I do not have to build ungoogled-chromium on the less powerful host. However, even after copying the store items using guix arch

Re: Why are these derivations different?

2019-06-08 Thread Marius Bakke
Jack Hill writes: > Hi Guix, > > I'm trying to copy the store items for ungoogled-chromium from one of my > hosts that has many computational resources to another one that does not, > so that I do not have to build ungoogled-chromium on the less powerful > host. > > However, even after copying

Re: Why are these derivations different?

2019-06-08 Thread Jack Hill
On Sat, 8 Jun 2019, Marius Bakke wrote: Jack Hill writes: Hi Guix, I'm trying to copy the store items for ungoogled-chromium from one of my hosts that has many computational resources to another one that does not, so that I do not have to build ungoogled-chromium on the less powerful host.

Re: Guix Cuirass - Continuous Integration - Crash Error

2019-06-08 Thread Reza Alizadeh Majd
Hi, > The cache directories are not affected by “guix gc”. The default cache > directory when using the cuirass service on Guix System is Unfortunately clearing the cache wouldn't help. maybe I had a mistake on definition of `$cuirass-spec` or manifest file. Best, Reza

package definition: unbound variable ungexp

2019-06-08 Thread Reza Alizadeh Majd
Hello Guix, I want to create a plain file during package build and copy it to output. but using following definition, I receive error on during package installation: --- CODE: - (add-after 'install 'register-pl