Federico Beffa skribis:
> today I pulled from the git repository and now make stops with the
> following error:
[...]
> In unknown file:
>?: 2 [primitive-load-path "gnu/packages/which" ...]
> In gnu/packages/which.scm:
> 27: 1 [#]
> In ice-9/boot-9.scm:
> 106: 0 [# args)> unbound-variabl
Federico Beffa skribis:
> Please find attached a new build system for applications making use of
> glib or gtk+.
> It uses wrappers as previously discussed on this list.
>
> I've successfully tested it with three packages: emacs, libcanberra and gtk+.
Excellent! Would be nice to check Evince an
"Jason Self" skribis:
> From 9b0a71a35143ffbea75896960a5dc501b46ae87d Mon Sep 17 00:00:00 2001
> From: Jason Self
> Date: Mon, 6 Oct 2014 11:58:40 -0700
> Subject: [PATCH 1/1] gnu: eudev: Update to 1.10.
>
> * gnu/packages/linux.scm (eudev): Update to version 1.10.
OK to push if there’s no visi
Hi,
today I pulled from the git repository and now make stops with the
following error:
Backtrace:
In ice-9/boot-9.scm:
2789: 19 [# # ...]
3065: 18 [try-module-autoload (gnu packages compression) #f]
2401: 17 [save-module-excursion #]
3085: 16 [#]
In unknown file:
?: 15 [primitive-load-path "g
Assaf Gordon skribis:
> On 10/05/2014 08:29 AM, Ludovic Courtès wrote:
I haven’t tried agetty, but it seems to have a hard-coded default login
program of “/bin/login”, which doesn’t exist here. Could you try
invoking it with -l $(guix build shadow)/bin/login ?
Alternatel
Alex Kost skribis:
> A patch is attached. Some comments:
>
> - ‘shitted-generation’ is not a very good name, I think. Ideas?
‘shifted-generation’ is better :-), but otherwise maybe
‘relative-generation’? No strong opinion.
> - ‘previous-generation-number’ may use ‘shifted-generation’ now:
>
0001-gnu-eudev-Update-to-1.10.patch
Description: Binary data
signature.asc
Description: PGP signature
On Mon, Oct 06, 2014 at 07:21:56PM +0200, John Darrington wrote:
> I thought I did that.
Sorry, my mistake!
Andreas
On Mon, Oct 06, 2014 at 06:26:46PM +0200, Andreas Enge wrote:
On Mon, Oct 06, 2014 at 06:02:02PM +0200, Ludovic Courtès wrote:
> LGTM. (Andreas is our Clucene expert now ;-), so you could leave him a
> one-day delay before committing just in case.)
I would not claim so. M
Please find attached a new build system for applications making use of
glib or gtk+.
It uses wrappers as previously discussed on this list.
I've successfully tested it with three packages: emacs, libcanberra and gtk+.
Currently it is implemented as a separate build-system inheriting from
the gnu-
On Mon, Oct 06, 2014 at 06:02:02PM +0200, Ludovic Courtès wrote:
> LGTM. (Andreas is our Clucene expert now ;-), so you could leave him a
> one-day delay before committing just in case.)
I would not claim so. Maybe you could add a quick explanation at the top
of the patches on where they are from
John Darrington skribis:
> * gnu/packages/rdf.scm (clucene): Enable the contribs-lib directory.
LGTM. (Andreas is our Clucene expert now ;-), so you could leave him a
one-day delay before committing just in case.)
Ludo’.
Cyril Roelandt skribis:
> * guix/scripts/lint.scm (check-description-style,
> check-synopsis-start-upper-case): New methods.
> * tests/lint.scm ("description: does not start with an upper-case letter",
> "synopsis: does not start with an upper-case letter"): New tests.
LGTM, please push.
Th
Cyril Roelandt skribis:
> On 09/28/2014 06:09 PM, Ludovic Courtès wrote:
>> Cyril Roelandt skribis:
>>
>>> * guix/scripts/lint.scm (check-description-style,
>>> check-synopsis-start-upper-case): New methods
>>> * tests/lint.scm: Test them.
>>
>> Please specify the test names, and wrap lines.
Cyril Roelandt skribis:
> * guix/lint (check-patches): Test the output of origin-patches.
OK, please push.
Ludo’.
Ludovic Courtès (2014-10-05 00:23 +0400) wrote:
> Alex Kost skribis:>
[...]
>> - (Not related to this patch, but still …) Currently with “roll-back”,
>> we can only switch to the previous generation. What about adding a
>> possibility to switch to any generation? So that we could use
>>
John Darrington skribis:
> * gnu/packages/xorg.scm (libxdamage): Move all existing inputs
> to propagated-inputs.
OK!
> +(propagated-inputs ; These are all in the Requires or Requires.private
> field of xdamage.pc
Please make it a double-semicolon comment on the next line.
Thanks,
Lud
* gnu/packages/rdf.scm (clucene): Enable the contribs-lib directory.
---
gnu/packages/patches/clucene-contribs-lib.patch | 43 +++
gnu/packages/rdf.scm|5 ++-
2 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gnu/packages/pat
Ludovic Courtès writes:
> I would particularly welcome feedback from David wrt. the suitability
> for ‘guix environment’. :-)
>
I was able to implement a basic version of 'guix environment' last
night. The bags API was very easy to use and gave me exactly the data I
was after. Thanks!
--
Da
* gnu/packages/xorg.scm (libxdamage): Move all existing inputs
to propagated-inputs.
---
gnu/packages/xorg.scm |7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f9f8d27..5c70fc0 100644
--- a/gnu/packages/xorg.scm
+++
Ian Denhardt skribis:
> * gnu/packages/feh.scm: New File
I pushed the patch with a slightly tweaked commit message (gnu-system.am
was not mentioned) and with:
> +(license x11-style)))
... this changed to:
+;; The license is really the Expat license, with additional wording in the
+
Alex Kost skribis:
> Pushed, thanks. Here is another patch for fixing ‘process-package-actions’.
>
>
> From 6ef2a8b88007840ffa6648563356021770bbb6e6 Mon Sep 17 00:00:00 2001
> From: Alex Kost
> Date: Sun, 5 Oct 2014 23:52:52 +0400
> Subject: [PATCH] emacs: Use 'with-store' in 'process-package-a
22 matches
Mail list logo