[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
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 to add keychain

2016-09-22 Thread james
0001-gnu-add-keychain.patch Description: Binary data

[GSoC] Write a Bourne-shell compiler front-end for Guile

2016-03-25 Thread James Wood
Hello, I'm a second year Computer Science undergraduate at the University of Cambridge. I'm sorry for the lateness of this draft proposal (thanks, Ludo, for redirecting me to this list), but hope that there is still some time to consider it. James proposal.pdf Description: Adobe PDF

Re: stumpwm and common lisp modules

2016-09-24 Thread James Richardson
Andy Patterson writes: > On Thu, 22 Sep 2016 23:40:46 -0400 > James Richardson <ja...@jamestechnotes.com> wrote: > >> Hello list, >> >> I was attempting to make a package for stumpwm. I got as far as, oh it >> has a dependency on cl-ppcre (and a few o

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

stumpwm and common lisp modules

2016-09-22 Thread James Richardson
Hello list, I was attempting to make a package for stumpwm. I got as far as, oh it has a dependency on cl-ppcre (and a few other cl packages). Well it turns out that actually putting a lisp module in a guix package seems, well, non trivial. Does anyone else have an interest getting lisp packages

[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 <ja...@jamestechnotes.com> Date: Thu, 22 Sep 2016 01:44:28 -0400 Subject: [PATCH]

Re: Mail to this list is slow?

2016-09-22 Thread James Richardson
John Darrington writes: > A number of people have said that mail to this list takes a long time to > show up. Today I too have noticed that some of my patches have not (yet) > appeared in the archives. > I've posted a patch several hours ago, haven't seen it in the archives.

Re: [PATCH 0/12]: Add asdf-build-system.

2016-09-27 Thread James Richardson
dependencies. The Debian project came up with a thing called common-lisp-controller (http://ci-debian.alioth.debian.org/clid/clid.html/ch-clc.html) which address some of the issues. It seems to build an abstraction layer over asdf. I'm not advocating this as it does seem to presume a Debian-ish infrastructure, just mentioning as a source of potential ideas. > Thanks. -- James Richardson

Re: Looking to contribute

2017-06-28 Thread James Richardson
how to contribute. I've started by just packaging programs that I use that were net yet in Guix. Knowing guile is not (IHMO) a prerequisite, although willingness to learn probably is ;). HTH, James. -- I prefer encrypted email. GPG Fingerprint = 8FD2 7619 C19A 2201 CB1D E131 EA1C F14B D846 7AFB ht

GuixSD Success with grub-efi

2017-05-29 Thread James Richardson
) for the laptop to actually boot, but that is a rant for a different audience. ;) Thanks to all who helped make this possible! -- James Richardson signature.asc Description: PGP signature

Questions about Cuirass

2022-10-21 Thread James Hobson
all non-proprietary sources so that we can provide it to anyone who asks? I feel like if this isn’t a thing already, I guess I can write it in scheme? Thanks James

Re: Questions about Cuirass

2022-10-30 Thread James Hobson
environment doesn’t seem supported because guix’s git url is hard coded. Does this need to be the case? If not, I might see if I can find an nice way of making this more configurable James > On 21 Oct 2022, at 11:01, Maxime Devos wrote: > > On 20-10-2022 23:19, James Hobson wrote:

Re: Emacs integration for 'guix shell'

2022-10-01 Thread James Thomas
Thompson, David wrote: > It's very cool that it works, and I should have done this years ago, > but direnv is an unnecessary middleman for me because I don't use it > for any other purpose. It would be *even cooler* if Emacs could call > 'guix shell --search-paths' directly, parse the result,

Re: Using Guix inside a Guix container

2023-02-14 Thread James Thomas
Konrad Hinsen wrote: > Hi Guix, > > I have been playing with nested Guix containers recently, with some > suprising findings, and I am wondering if what I am doing is considered > officially supported or not. > > First: why? My use case is scientific workflows, for example using > snakemake. I

Re: [PATCH 1/2] gnu: Add ghc-transformers

2015-10-15 Thread James David Trotter
Hi Paul, On 15 October 2015 at 17:24, Paul van der Walt <p...@denknerd.org> wrote: > Hello James, all, > > On 2015-10-11 at 22:23, quoth James David Trotter: >> +(define-public ghc-transformers >> + (package >> +(name "ghc-transformers

[PATCH 2/2] gnu: ghc-mtl: Upgrade to 2.2.1.

2015-10-11 Thread James David Trotter
* gnu/packages/haskell.scm (ghc-mtl): Upgrade to 2.2.1. --- gnu/packages/haskell.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 33d58f4..c5dcbf3 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 1/2] gnu: Add ghc-transformers

2015-10-11 Thread James David Trotter
* gnu/packages/haskell.scm (ghc-transformers): New variable. --- gnu/packages/haskell.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 34cad87..33d58f4 100644 --- a/gnu/packages/haskell.scm +++

Re: [PATCH 1/2] gnu: Add ghc-transformers

2015-10-13 Thread James David Trotter
t; > >> Programming, > > >> +1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).") > > > > > > Descriptions can now optionally include texinfo markup, so maybe that > > > last could be "@url{http://web.cecs.pdx.edu/...}; > > > > Better yet: > > > > @uref{http://web.cecs.pdx.edu/..., "Functional Programming…"} > > Much better. > OK, I'll make the recommended changes and send a new patch. -- James

Re: Four thousand!

2016-09-09 Thread Robert James Fischer
In-reply-to: <87fupblahh@gnu.org> 4K, yes !

Moving and/or renaming Commander.js package

2022-02-13 Thread Matthew James Kraai
it to node-commander? I've attached the current patch. Matt From 86fbafe61efad4d3e955ee8a94b6779755084bd6 Mon Sep 17 00:00:00 2001 From: Matthew James Kraai Date: Sun, 13 Feb 2022 06:14:23 -0800 Subject: [PATCH] gnu: js-commander: Use node-build-system. * gnu/packages/javascript.scm (js

Checksum errors with Rust 1.64.0 and 1.65.0

2022-11-15 Thread Matthew James Kraai
Hi, I'm trying to package Rust 1.65.0.  When I try to build it, it fails with the following error: starting phase `build' Building rustbuild error: checksum for `windows_x86_64_msvc v0.36.1` changed between lock files this could be indicative of a few possible errors: * the lock file is