Re: [PATCH] gnu: powertop: Patch absolute file names.

2016-04-25 Thread Ludovic Courtès
Mathieu Lirzin skribis: > From efb3e50fe4c86b1bf25fee50a481b45d28c5ff45 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Mon, 18 Apr 2016 17:00:44 +0200 > Subject: [PATCH] gnu: powertop: Patch absolute file names. > > * gnu/packages/linux.scm (powertop)[inputs]: Add

Re: [PATCH] gnu: powertop: Patch absolute file names.

2016-04-25 Thread Ludovic Courtès
Mathieu Lirzin skribis: > Efraim Flashner writes: > >> On Mon, Apr 18, 2016 at 11:01:41PM +0200, Mathieu Lirzin wrote: >> >>> +(arguments >>> + '(#:phases >>> + (modify-phases %standard-phases >>> + ;; TODO: Patch some hardcoded "wlan0" in calibrate/calibrate.cpp >>> to >>

Re: [PATCH] gnu: powertop: Patch absolute file names.

2016-04-23 Thread Mathieu Lirzin
t; + (("/usr/bin/hcitool") "hcitool")) ;XXX:not packaged yet >> + #t)) >> (inputs >> - `(("zlib" ,zlib) >> - ("pciutils" ,pciutils) >> + `(("kmod" ,kmod) >>

Re: [PATCH] gnu: powertop: Patch absolute file names.

2016-04-22 Thread Mark H Weaver
Mathieu Lirzin writes: > * gnu/packages/linux.scm (powertop)[inputs]: Add kmod. > [arguments]: Patch absolute file names. Before that launching powertop > was failing because 'modprobe' was not found. By convention, we don't include rationales in the commit log. When needed, they should go in

Re: [PATCH] gnu: powertop: Patch absolute file names.

2016-04-21 Thread Mathieu Lirzin
Efraim Flashner writes: > On Mon, Apr 18, 2016 at 11:01:41PM +0200, Mathieu Lirzin wrote: > >> +(arguments >> + '(#:phases >> + (modify-phases %standard-phases >> + ;; TODO: Patch some hardcoded "wlan0" in calibrate/calibrate.cpp to >> + ;; allow calibrating the netw

Re: [PATCH] gnu: powertop: Patch absolute file names.

2016-04-20 Thread Efraim Flashner
On Mon, Apr 18, 2016 at 11:01:41PM +0200, Mathieu Lirzin wrote: > * gnu/packages/linux.scm (powertop)[inputs]: Add kmod. > [arguments]: Patch absolute file names. Before that launching powertop > was failing because 'modprobe' was not found. > --- > gnu/packages/linux.scm | 25 +++

Re: [PATCH] gnu: powertop: Patch absolute file names.

2016-04-19 Thread Mathieu Lirzin
Ricardo Wurmus writes: > Mathieu Lirzin writes: > >> * gnu/packages/linux.scm (powertop)[inputs]: Add kmod. >> [arguments]: Patch absolute file names. Before that launching powertop >> was failing because 'modprobe' was not found. > > Looks good to me, but I have one thing to nitpick below. > >

Re: [PATCH] gnu: powertop: Patch absolute file names.

2016-04-18 Thread Ricardo Wurmus
Mathieu Lirzin writes: > * gnu/packages/linux.scm (powertop)[inputs]: Add kmod. > [arguments]: Patch absolute file names. Before that launching powertop > was failing because 'modprobe' was not found. Looks good to me, but I have one thing to nitpick below. > + (lambda* (#:key input

[PATCH] gnu: powertop: Patch absolute file names.

2016-04-18 Thread Mathieu Lirzin
* gnu/packages/linux.scm (powertop)[inputs]: Add kmod. [arguments]: Patch absolute file names. Before that launching powertop was failing because 'modprobe' was not found. --- gnu/packages/linux.scm | 25 ++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/gnu