Re: Build image for USB with custom kernel and packages

2018-03-23 Thread Leo Famulari
On Fri, Mar 23, 2018 at 05:47:46PM +0530, Pierre Neidhardt wrote: > > Damn! Been stuck on this issue for days and it's right after sending > the last e-mail that I realized that install.scm was not inside > GUIX_PACKAGE_PATH... > > Problem solved. I'm glad you figured it out :) signature.asc

Re: Submitting Patch File for r-catdap Package Description for CRAN package

2018-03-23 Thread Sahithi Yarlagadda
Hi Submission of the patch was done. Can you merge this to the source.  Regards Sahithi On Thursday 22 March 2018 09:18 PM, Sahithi Yarlagadda wrote: > Hi Ricardo > > The build was success after adding native input as gfortran. > Unfortunately it was not listed in the project website > > http

Re: Emacs in multiple profiles

2018-03-23 Thread Alex Kost
Konrad Hinsen (2018-03-23 08:57 +0100) wrote: > Hi Alex, > > Alex Kost writes: > >>> Since nothing runs before site-start.el, I don't see how I could >>> override this definition. My only choice is to use the -Q option on the >>> Emacs command line to bypass site-start.el altogether. But then I d

Re: Installation: Load non-free wifi firmware (iwlwifi)

2018-03-23 Thread Pierre Neidhardt
Clément Lassieur writes: > Guix allows one to customize their packages through inheritance. You > could create a custom linux package that inherits Guix's linux-libre, > with, say a differente source. When linux-libre is updated, my-linux > would be updated as well, since it inherits linux-lib

Re: Build image for USB with custom kernel and packages

2018-03-23 Thread Pierre Neidhardt
Damn! Been stuck on this issue for days and it's right after sending the last e-mail that I realized that install.scm was not inside GUIX_PACKAGE_PATH... Problem solved. -- Pierre Neidhardt She always believed in the old adage -- leave them while you're looking good. -- Anita

Build image for USB with custom kernel and packages

2018-03-23 Thread Pierre Neidhardt
Starting from /gnu/system/install.scm, I can run > guix system disk-image install.scm and it works. Now if I add a custom kernel and a custom package to install.scm: (define-public my-linux (package (inherit linux-libre) (name "my-linux")

Re: Emacs in multiple profiles

2018-03-23 Thread Konrad Hinsen
Hi Alex, Alex Kost writes: >> Since nothing runs before site-start.el, I don't see how I could >> override this definition. My only choice is to use the -Q option on the >> Emacs command line to bypass site-start.el altogether. But then I don't >> get the packages from my new profile either. > >