Re: [PATCH] doc: Improve guile load path recommendation.

2017-04-15 Thread myglc2
On 04/15/2017 at 16:20 Chris Marusich writes: > myglc2 writes: > >> Using geiser-guile-load-path as currently recommended results in source >> that was already compiled by the guix build being recompiled :-( >> >> This patch avoids that. It also moves the configuration to >> '~/.bash_profile' so

A simple workflow for adding apps guix

2017-04-15 Thread Feng Shu
The below is the workflow I used current, any other simpler workflow exists? comments are welcome! * I want to add emacs-exwm to emacs.scm * Fetch newest code #+BEGIN_EXAMPLE cd ~/project/guix/ # my guix repo dir git pull --rebase #+END_EXAMPLE * Install newest guix #+BEGIN_EXAMPLE guix pull

Re: bug#26339: problem with commit abae042

2017-04-15 Thread Danny Milosavljevic
It has been reverted.

Re: [PATCH] doc: Improve guile load path recommendation.

2017-04-15 Thread Chris Marusich
myglc2 writes: > Using geiser-guile-load-path as currently recommended results in source > that was already compiled by the guix build being recompiled :-( > > This patch avoids that. It also moves the configuration to > '~/.bash_profile' so it applies when guile is used directly. > > From 458549

Re: bug#26339: problem with commit abae042

2017-04-15 Thread Leo Famulari
On Sat, Apr 15, 2017 at 08:17:59PM +0200, Mathieu Othacehe wrote: > > I think there's a problem with commit abae042 : > > * profile-grub-entries become unused and is still present. > * When using switch-generation, operating-system-bootcfg is not > * called. So, the kernel arguments are not corre

Re: Services can now have a default value

2017-04-15 Thread ng0
Ludovic Courtès transcribed 0.4K bytes: > Hello Guix! > > With commit 1bb895eabf74a1e571887eb1521915e668a5c28d, service types can > declare a default value for their instances. After this one can write: > > (service openssh-service-type) > > instead of: > > (service openssh-service-type (o

Services can now have a default value

2017-04-15 Thread Ludovic Courtès
Hello Guix! With commit 1bb895eabf74a1e571887eb1521915e668a5c28d, service types can declare a default value for their instances. After this one can write: (service openssh-service-type) instead of: (service openssh-service-type (openssh-configuration)) A bit of typing saved! Note that th

bootloader and kernel arguments "--root", "--system", "--load"

2017-04-15 Thread Danny Milosavljevic
Ok, I'm in the process of reverting the patches to grub. -- Problem analysis: - (profile-boot-parameters ...) doesn't pick up the correct kernel-arguments. It's reading them from a parameters file for the system generation back then, for example from /gnu/store/x8ymiksnhfyvjdi8ms38ysc4yr9

Re: Guix command line flag consistency

2017-04-15 Thread Mike Swierczek
On 04/15/2017 01:43 PM, Hartmut Goebel wrote: Am 14.04.2017 um 22:57 schrieb Mike Swierczek: I'd much prefer if both the short and long command line arguments accepted their argument in any arrangement. I also stumbled over "--show=foo" failing. I suggest guix should follow the GNU command lie

[PATCH] doc: Improve guile load path recommendation.

2017-04-15 Thread myglc2
Using geiser-guile-load-path as currently recommended results in source that was already compiled by the guix build being recompiled :-( This patch avoids that. It also moves the configuration to '~/.bash_profile' so it applies when guile is used directly. >From 4585499f99336dc3e626c3105f0539ef3

Re: problem with commit abae042

2017-04-15 Thread Mathieu Othacehe
> Too bad this is such a huge changeset - it's quite difficult to find a safe > path. Yes, and my split between commit isn't great, sorry about that. > Do you have an idea how to fix it? Nothing trivial. Plus I didn't notice before that profile-bootloader-entries and operating-system-bootcfg

Re: problem with commit abae042

2017-04-15 Thread Danny Milosavljevic
Hi, On Sat, 15 Apr 2017 20:17:59 +0200 Mathieu Othacehe wrote: > I think there's a problem with commit abae042 : > > * profile-grub-entries become unused and is still present. I know, I can't remove it without review, far too dangerous. > * When using switch-generation, operating-system-bootc

Re: Getting rid of alpha label

2017-04-15 Thread Pjotr Prins
On Fri, Apr 14, 2017 at 09:50:01AM -0500, Christopher Allan Webber wrote: > > 1. on the “TEST” button on the home page; > > 2. under GuixSD at . > > > > I think we can remove #1. Is this what you had in mind? > > > > Cheers, > > Ludo’. > > +1 ACK

problem with commit abae042

2017-04-15 Thread Mathieu Othacehe
I think there's a problem with commit abae042 : * profile-grub-entries become unused and is still present. * When using switch-generation, operating-system-bootcfg is not * called. So, the kernel arguments are not correctly set (--root, * --system and --load), and the resulting entries in grub.cf

Re: Guix command line flag consistency

2017-04-15 Thread Hartmut Goebel
Am 14.04.2017 um 22:57 schrieb Mike Swierczek: > I'd much prefer if both the short and long command line arguments > accepted their argument in any arrangement. I also stumbled over "--show=foo" failing. I suggest guix should follow the GNU command lien parsing conventions. Maybe this could be ex

Re: [PATCH 05/20] gnu: Add python-sphinx-1.3.3

2017-04-15 Thread Hartmut Goebel
Am 15.04.2017 um 19:28 schrieb Hartmut Goebel: > Am 14.04.2017 um 12:13 schrieb Muriithi Frederick Muriuki: >> (define-public python2-sphinx-rtd-theme-0.1.9 >>(package-with-python2 python-sphinx-rtd-theme-0.1.9)) >> + >> +(define-public python-sphinx-1.3.3 >> + ;; python-httpretty has a hard

Re: [PATCH 06/20] gnu: Add python-coverage-4.0.3

2017-04-15 Thread Hartmut Goebel
Am 14.04.2017 um 12:13 schrieb Muriithi Frederick Muriuki: > + ;; httpretty has a hard requirement for coverage==4.0.3 Same here. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impos

Re: [PATCH 05/20] gnu: Add python-sphinx-1.3.3

2017-04-15 Thread Hartmut Goebel
Am 14.04.2017 um 12:13 schrieb Muriithi Frederick Muriuki: > (define-public python2-sphinx-rtd-theme-0.1.9 >(package-with-python2 python-sphinx-rtd-theme-0.1.9)) > + > +(define-public python-sphinx-1.3.3 > + ;; python-httpretty has a hard requirement for > + ;; sphinx == 1.3.3 Please test i

Re: [PATCH 01/20] gnu: Add python-radon

2017-04-15 Thread Hartmut Goebel
Am 14.04.2017 um 12:13 schrieb Muriithi Frederick Muriuki: > + ("python-flake8-polyfill" > +,python-flake8-polyfill) I assume this should be a native-input, shouldn't it. Also please write this in a single line. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-

Re: [PATCH] gnu: add meson

2017-04-15 Thread Marius Bakke
Corentin Bocquillon writes: > * gnu/packages/meson.scm (meson.scm) Add meson package. Hello! Thanks for this patch. See comments inline. Could you send the updated patch to "guix-patc...@gnu.org"? Please also create the patch with `git format-patch` and either send it as attachment or through

Re: ld-wrapper is broken in core-updates due to guile-2.2 (host running guile-2.0)

2017-04-15 Thread Sergei Trofimovich
On Fri, 14 Apr 2017 21:59:47 +0100 Sergei Trofimovich wrote: > Efraim noticed core-updates breakage on package libgpg-error. > > TL;DR: > > ld-wrapper package embeds guile-2.2 interpreter > to interpret ld.go bytecode built by guile-2.0. > I have no idea how to fix it but still decided to