On Sun, Aug 30, 2015, at 15:58, Alex Kost wrote:
> Please align modify-phases clause like this:
>
> (modify-phases %standard-phases
> (add-before
>'build 'set-openssl-prefix
>(lambda* (#:key inputs #:allow-other-keys)
> (setenv "ATTIC_OPENSSL_PREFIX" (assoc-ref inputs "openssl"))
>
Leo Famulari (2015-08-26 20:16 +0300) wrote:
> +(define-public attic
> + (package
> + (name "attic")
> + (version "0.16")
> + (source (origin
> +(method url-fetch)
> +(uri (string-append
> + "https://pypi.python.org/packages/source/A/Attic/Attic-";
>
* gnu/packages/backup.scm (attic): New variable.
---
gnu/packages/backup.scm | 38 --
1 file changed, 36 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 3c703ec..68246e7 100644
--- a/gnu/packages/backup.scm
+++