[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/4] gnu: Add duplicity.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 4/4] gnu: Add duplicity. |
Date: |
Sun, 25 May 2014 00:39:44 +0200 |
User-agent: |
Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) |
Eric Bavier <address@hidden> skribis:
> From aef259cda9464f55aca23e0e1c9a5b8005a9efab Mon Sep 17 00:00:00 2001
> From: Eric Bavier <address@hidden>
> Date: Tue, 20 May 2014 08:40:10 -0500
> Subject: [PATCH 4/4] gnu: Add duplicity.
>
> * gnu/packages/backup.scm: New file.
> * gnu-system.am: Add it.
LGTM, but...
[...]
> + (inputs
> + `(("python" ,python-2)
> + ("librsync" ,librsync)
> + ("mock" ,python2-mock) ;for testing
> + ("lockfile" ,python2-lockfile)
> + ("gnupg" ,gnupg)))
> + (arguments
> + `(#:python ,python-2 ;setup assumes Python 2
> + #:tests? #f ;TODO: tests cannot find lockfile
> module
As Andreas notes, may be worth investigating, since that could be a real
issue. Could it be that it’s expecting a different version of
python2-lockfile or something like that?
Thanks for all this!
Ludo’.