Re: [Patch] add keychain

2016-09-24 Thread James Richardson
Hartmut Goebel writes: Thank you for the feedback! Much appreciated! > Am 22.09.2016 um 14:10 schrieb James Richardson: >> * gnu/packages/keychain.scm: Add new file. > > I suggest putting this into some other file, e.g. crypto.scm or ssh.scm. > Otherwise we have a file for a single package. I w

Re: [Patch] add keychain

2016-09-23 Thread Hartmut Goebel
Am 22.09.2016 um 14:10 schrieb James Richardson: > * gnu/packages/keychain.scm: Add new file. I suggest putting this into some other file, e.g. crypto.scm or ssh.scm. Otherwise we have a file for a single package. > * gnu/packages/keychain.scm: (keychain): New variable. If you stay with the sepa

[Patch] Add keychain.

2016-09-22 Thread james
Hello, This is my first patch ;) Feedback and suggestions appreciated. Thanks, James Richardson https://jamesetechnotes.com 0001-gnu-add-keychain.patch Description: Binary data

[Patch]: add keychain

2016-09-22 Thread James Richardson
>From aa92429df463ac197a0edcd90aa30ebf8c064ac0 Mon Sep 17 00:00:00 2001 From: James Richardson Date: Thu, 22 Sep 2016 01:44:28 -0400 Subject: [PATCH] gnu: add keychain * gnu/local.mk: Include gnu/packages/keychain.scm. * gnu/packages/keychain.scm: Add new file. * gnu/packages/keychain.scm: (keych

[Patch] Add keychain.

2016-09-22 Thread james
Hello, This is my first patch ;) Feedback and suggestions appreciated. Thanks, James Richardson https://jamesetechnotes.com 0001-gnu-add-keychain.patch Description: Binary data

[Patch] add keychain

2016-09-22 Thread James Richardson
Let's try inline as attachements seem to not work. Feedback appreciated as this is my first submission ;) >From aa92429df463ac197a0edcd90aa30ebf8c064ac0 Mon Sep 17 00:00:00 2001 From: James Richardson Date: Thu, 22 Sep 2016 01:44:28 -0400 Subject: [PATCH] gnu: add keychain * gnu/local.mk: Inclu