Re: modprobe on guix

2015-09-20 Thread Petter
he variable in the user environment demonstrates this. $ LINUX_MODULE_DIRECTORY=hello $ sudo bash -c "echo $LINUX_MODULE_DIRECTORY" > hello Testing single quotes instead, which should leave the variable unexpanded by the first shell. $ sudo bash -c "echo $USER" > petter $ su

Re: [PATCH] Full encryption

2015-09-20 Thread Petter
Happy to help! :) I've removed the custom initrd and define %linux-modules from my config, and done: sudo -i guix pull sudo -i guix system reconfigure /etc/config.scm Then rebooted. All ok! Petter

Re: modprobe on guix

2015-09-22 Thread Petter
that can be arranged. I'll look more into this. [1] http://www.linux-pam.org/Linux-PAM-html/sag-pam_env.html Petter

Re: Review of installation manual draft

2016-02-05 Thread Petter
Hi Ludo, Attached is a diff against guix.texi. I'm very new to texinfo so there may be some silly mistakes. Petter On 2016-01-31 10:28, l...@gnu.org wrote: HI Petter, Thanks a lot for working on it! I’m at FOSDEM now but I hope to review while on the train later today. It would be easier

Re: Review of installation manual draft

2016-02-04 Thread Petter
Hi Ludo, Yes, i should be able to do that. I don't know texinfo yet but i'm learning it now. Petter

Re: Review of installation manual draft

2016-02-10 Thread Petter
Hi Ludo, Thanks for looking at it. On 2016-02-10 22:16, l...@gnu.org wrote: Hi Petter, Thanks a lot for the additions to the manual! There was a lot more than I expected. ;-) For now, I’ve focused on the improvements to the “System Installation” section, leading to commit dedb8d5

[PATCH]: Update GRUB menu entry to say (beta) instead of (alpha)

2016-03-03 Thread Petter
Hi, Current menu entry in GRUB: GNU with Linux-Libre 4.4.3 (alpha) Patched: GNU with Linux-Libre 4.4.3 (beta) Beta! :) PetterFrom 856ecb2a41e7a39faeca1323f068e792fbdc16ff Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Thu, 3 Mar 2016 10:47:39 +0100 Subject:

Re: [PATCH 1/1] Go: Update to 1.7

2016-08-17 Thread Petter
Hi Alex, Great, thank you! On 2016-08-17 17:54, Alex Griffin wrote: On Wed, Aug 17, 2016, at 04:34 AM, Petter wrote: Hi, Made an attempt to update my first package. Hope it's good! Hi Petter, Thanks for contributing! Your changes work for me, but it looks like your mail client mangled

Re: [PATCH 1/1] Go: Update to 1.7

2016-08-20 Thread Petter
line and commit message for you. Hopefully that will make it easier for someone with commit access to look it over. -- Alex Griffin From f2f28e088f2a3f833251c2b31de7e6f531bcdf9a Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Wed, 17 Aug 2016 10:27:04 -0500 Subject: [PATC

[PATCH 1/1] Go: Update to 1.7

2016-08-17 Thread Petter
Hi, Made an attempt to update my first package. Hope it's good! --- gnu/packages/golang.scm | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 09d962d..6e15cf6 100644 --- a/gnu/packages/golang.scm +++

[PATCH] Added package xcalib

2016-11-14 Thread Petter
Hi, I just made a recipe for xcalib, with help from iyzsong. This is the first time I've created one so please be extra alert while reviewing, and don't hesitate to inform me of mistakes. Best, PetterFrom 00ca66ec205baf52dc340faa61fd8ac38122e273 Mon Sep 17 00:00:00 2001 From: Petter <

Re: [PATCH] gnu: Remove redundancy where mkdir-p is followed by install-file .

2016-11-21 Thread Petter
$ guix refresh -l qemu@2.7.0 Building the following 2 packages would ensure 5 dependent packages are rebuilt: virt-manager-1.4.0 python-libvirt-2.0.0 Let me know if there are any more issues. Best, Petter On 2016-11-20 18:05, Leo Famulari wrote: On Sun, Nov 20, 2016 at 04:28:29PM +0100

Re: [PATCH] Added package xcalib

2016-11-19 Thread Petter
On 2016-11-18 21:10, Leo Famulari wrote: On Wed, Nov 16, 2016 at 01:37:04AM +0100, Petter wrote: I have worked through the issues you brought up, and it should at least be better now. Maybe even good. It was already good, now it's very good :) There is no indication of GPL v2 or later

[PATCH] gnu: Remove redundancy where mkdir-p is followed by install-file .

2016-11-20 Thread Petter
h (lambda (f) (install-file f doc)) I did not include them because they're not trivial (to me). I have not build all the affected packages! It's all a little too much. Hopefully, someone about to compile these packages can include this patch first. Also, I'

Re: [PATCH] Added package xcalib

2016-11-15 Thread Petter
Hi Leo, Thanks for reviewing this patch and helping me do this right! I have worked through the issues you brought up, and it should at least be better now. Maybe even good. There is no indication of GPL v2 or later in the project though. Best, Petter On 2016-11-15 20:35, Leo Famulari

[PATCH] gnu: Remove redundancy where mkdir-p is followed by install-file .

2016-11-20 Thread Petter
Forgot the patch in the initial message :/From 595d438789c7c9a293ae7fac500ace7422073624 Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Sun, 20 Nov 2016 13:39:13 +0100 Subject: [PATCH] gnu: Remove redundancy where mkdir-p is followed by install-file . * gnu/pa

gnu: Add syncthing.

2016-12-10 Thread Petter
correct by coincidence. Help with this would be most appreciated! Tar archives are currently unsupported. Best, PetterFrom f195168e04fd31bc0c72c279ff3b96a272fe8183 Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Sun, 11 Dec 2016 01:33:59 +0100 Subject: [PATCH] gnu: Add syncthing.

gnu: Add Go build system.

2016-12-10 Thread Petter
4c0597a95ae3cd111ef12d675edf501c559458ba Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Sun, 11 Dec 2016 01:10:09 +0100 Subject: [PATCH] gnu: Add Go build system. * guix/build-system/go.scm: New file * guix/build/go-build-system.scm: New file. --- guix/build-system/go.scm

Re: gnu: Add syncthing.

2016-12-15 Thread Petter
area, so this takes some more looking in to. Best, PetterFrom f6b8324f4200c2dc89967b5f097fc8e28292bd5a Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Thu, 15 Dec 2016 21:42:03 +0100 Subject: [PATCH] gnu: Add Syncthing. * gnu/packages/syncthing.scm: Ne

[PATCH] doc: Mention "guix pull" during installation.

2016-12-16 Thread Petter
Hi, Some new users don't run `guix pull` before installing, and can have a less good experience because of this. Proposing a patch to add this to the manual. Thanks, PetterFrom 2340158e5454cbb3050840821bf0fd1965d2fe79 Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: F

Re: gnu: Add syncthing.

2016-12-16 Thread Petter
On 2016-12-16 02:52, Leo Famulari wrote: On Thu, Dec 15, 2016 at 10:06:59PM +0100, Petter wrote: Hi again, I've prefixed most of the packages with "golang-" now. However, there are some packages already starting with "golang-", f.ex. "golang-org-x-text-unicode-norm

Re: gnu: Add Go build system.

2016-12-16 Thread Petter
On 2016-12-16 03:05, Leo Famulari wrote: On Sun, Dec 11, 2016 at 01:17:48AM +0100, Petter wrote: +(define* (build #:key import-path #:allow-other-keys) + (system* "go" "install" import-path)) + +(define* (install #:key inputs outputs #:allow-other-keys) + (copy-recur

[PATCH] gnu: go: Update to 1.8.1

2017-04-17 Thread Petter
9b24372fc95ac32e774bbaa1c5219b771fcd1cda Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Mon, 17 Apr 2017 13:36:16 +0200 Subject: [PATCH] gnu: go: Update to 1.8.1. * gnu/packages/golang.scm (go): Update to 1.8.1. --- gnu/packages/golang.scm | 15 --- 1 file changed, 8 insertions

Re: [PATCH] gnu: go: Update to 1.8.1

2017-04-17 Thread Petter
working to "free" their source of C code, so I wouldn't expect these files to reappear in a later release either. With this information I think it's safe to remove the asm.c substitution. Best, Petter On 2017-04-17 19:18, Leo Famulari wrote: On Mon, Apr 17, 2017 at 03:37:49PM +02

Re: [PATCH] gnu: go: Update to 1.8.1

2017-04-17 Thread Petter
as well though... $ /gnu/store/b4gflqj64yvksq7959r6m22mf9lzdy69-go-1.8.1/bin/go version go version go1.8.1 linux/amd64 Hope you'll be able to work this out! Thanks for fixing Go 1.8 :) Best, Petter On 2017-04-17 14:54, Sergei Trofimovich wrote: On Mon, 17 Apr 2017 14:16:06 +0200 Petter <

[PATCH] gnu: Add Xfce Notification Daemon.

2017-04-21 Thread Petter
4cf9acab0817d2898772830f27c1a11c15926b98 Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Fri, 21 Apr 2017 15:33:22 +0200 Subject: [PATCH] gnu: Add Xfce Notification Daemon. * gnu/packages/xfce.scm (xfce4-notifyd): New variable. --- gnu/packages/xfce.scm | 39 +++ 1 file chang

Re: [PATCH] DRAFT: gnu: icecat: Update to 52.0.2-gnu1; add fixes from ESR 52.1.

2017-04-20 Thread Petter
Hi Mark, I've been running Icecat 52 for a couple of hours now on Xfce. No problems! Memory and CPU usage is normal. Well done, thanks! Petter

Re: [PATCH] gnu: go: Update to 1.8.1

2017-04-17 Thread Petter
Thanks Leo! On 2017-04-17 20:18, Leo Famulari wrote: On Mon, Apr 17, 2017 at 07:55:35PM +0200, Petter wrote: Hi Leo, Good point! As the build succeeded I didn't think any of it. This could be important for other architectures than what Sergei and I are using. However, > find /tmp/go/

[PATCH] gnu: Add cool-retro-term.

2017-04-23 Thread Petter
Hi Guix, The past is finally here! Had a go at packaging a terminal emulator which mimics old cathode displays :) Let me know if there are issues! Best, Petter From 5b71b1613af82b2a5b36d7c1395c27afb0842255 Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Sun, 23 Apr 2017

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-23 Thread Petter
On Sun, 23 Apr 2017 12:18:05 -0700 Chris Marusich <cmmarus...@gmail.com> wrote: > Petter <pet...@mykolab.ch> writes: > > > Hi Guix, > > > > The past is finally here! Had a go at packaging a terminal emulator > > which mimics old cathode displays :)

Re: [PATCH] gnu: Add Xfce Notification Daemon.

2017-04-26 Thread Petter
I forgot to wrap "org.freedesktop.Notifications" in the description in @code{..}, as suggested by Marius. Here it is with this as well. From 922cbeb402ece8dbd0d592489069d7ccda64d702 Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Fri, 21 Apr 2017 15:33:22 +0200

Re: [PATCH] gnu: Add Xfce Notification Daemon.

2017-04-26 Thread Petter
I'd look around. Here's an updated patch using glib-or-gtk-build-system. I've removed superfluous inputs, some where even superfluous with the gnu-build-system as well, (I initially based the inputs on the build instructions provided with the package). It's quite tidy n

Re: [PATCH] gnu: Add Xfce Notification Daemon.

2017-04-26 Thread Petter
lized this a couple of days ago. I'll write an e-mail discussing the state of this in the online manual. Best, Petter pgpekWAYB0lrT.pgp Description: OpenPGP digital signature

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-26 Thread Petter
out fonts embedded in > packages being treated as non-functional data, and thus OK from a FSDG > perspective. But I would want verification on that. Let's see if someone can shine some light on this. > Sorry for the dump. I'd like to work these things out; it looks like a > fun terminal to use. No problem, there's the right way and there's the not-right way! Let's do it right! :) Best, Petter pgpcNkcNzaue4.pgp Description: OpenPGP digital signature

Doc: reference to guix-devel for submitting patches

2017-04-26 Thread Petter
ould use an update to better inform the soon-to-be-contributor that patches should go to guix-patches. Not sure what the better fix is though. What do you think? Best, Petter

Re: We need an RFC procedure [Re: Services can now have a default value]

2017-04-27 Thread Petter
If I may make a suggestion, coming from a place of ignorance. How about a stable branch that would be opt-in? On Thu, 27 Apr 2017 15:29:53 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Ricardo Wurmus skribis: > > > It’s a little unfortunate that packages are developed

Re: [PATCH] gnu: Add Xfce Notification Daemon.

2017-04-24 Thread Petter
t that can be > fixed up before committing, no need for a new patch. I'll make sure to add this if I produce a new patch. Thanks for the feedback! Best, Petter pgpRiM1Od8iDq.pgp Description: OpenPGP digital signature

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-24 Thread Petter
a bit, and got the lag under control. Is this the case for you as well? I'm on an x200. Best, Petter From 553902e8a736f356bdc5c7a5bf28e339f9f5cde6 Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Sun, 23 Apr 2017 13:46:41 +0200 Subject: [PATCH] gnu: Add cool-retro-term. * gnu/packag

Re: [PATCH] gnu: Add Xfce Notification Daemon.

2017-04-24 Thread Petter
Hi again, Forgot previously to run `guix lint` on this; added a space between sentences now. Also rewrote the synopsis. Best, Petter From 2a31bcfa1b39c9403fb2dab3ab073def3ab8e140 Mon Sep 17 00:00:00 2001 From: Petter <pet...@mykolab.ch> Date: Fri, 21 Apr 2017 15:33:22 +0200 Subject:

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-28 Thread Petter
os/free-system-distribution-guidelines.html#non-functional-data > . > I think many of these fonts would need to be stripped out or > substituted because their license prohibits commercial/non-commercial > redistribution. Recipe is now removing the following from disk and GUI:

Re: Fail to run : guix packckage -u git --fallback

2017-04-25 Thread Petter
Hi tumashu, On Tue, 25 Apr 2017 20:53:05 +0800 (CST) tumashu <tuma...@163.com> wrote: > IOError: [Errno 28] No space left on device: Did you notice this part? Best, Petter

Re: [PATCH] gnu: Add cool-retro-term.

2017-05-03 Thread Petter
On Tue, 2 May 2017 08:51:06 -0500 Eric Bavier <ericbav...@centurylink.net> wrote: > Hi Petter, > > Thanks again for your patience with this review. Hi Eric, I'm in no rush :) > "gpl2" in the license field should be "gpl2+" according to > qmltermwidget

Re: Doc: reference to guix-devel for submitting patches

2017-04-30 Thread Petter
Hi Chris, On Sat, 29 Apr 2017 19:48:15 -0700 Chris Marusich wrote: > > Yes, this wording is unclear. It could be interpreted as an invitation > to send bug reports and patches to guix-devel@, which is not quite > right. > > On related note, I see there is a section on

Re: [PATCH] gnu: Add cool-retro-term.

2017-05-03 Thread Petter
On Sun, 30 Apr 2017 13:59:29 -0700 Chris Marusich <cmmarus...@gmail.com> wrote: > Petter <pet...@mykolab.ch> writes: > > > What do we do about the fonts without licensing info? > > Unfortunately, "no license" is not a free license: Yeah, I kinda figur

Re: [PATCH] gnu: Add cool-retro-term.

2017-05-05 Thread Petter
Hi Eric, On Thu, 4 May 2017 22:03:24 -0500 Eric Bavier <ericbav...@centurylink.net> wrote: > Hello Petter, > > Pushed as f9ff014bf623071b9343265e8a5aa994a10ec9d4 ! Cool! :) > I ended up whitelisting a few more of the fonts, after verifying their > licenses, and made som