Hello,
This is my first patch ;)
Feedback and suggestions appreciated.
Thanks,
James Richardson
https://jamesetechnotes.com
0001-gnu-add-keychain.patch
Description: Binary data
Hello,
This is my first patch ;)
Feedback and suggestions appreciated.
Thanks,
James Richardson
https://jamesetechnotes.com
0001-gnu-add-keychain.patch
Description: Binary data
0001-gnu-add-keychain.patch
Description: Binary data
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/
>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.
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.
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 i
Andy Patterson writes:
> On Thu, 22 Sep 2016 23:40:46 -0400
> James Richardson 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 other cl packages). Well it
>>
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
issues I hit when trying to package a lisp
program with 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
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, and
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
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:
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 wan
asons)
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
lpful. The website has a section on 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 C19
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:
Zelphir Kaltstahl writes:
> On 14.11.24 12:08, Ludovic Courtès wrote:
>
> Hi,
>
> Zelphir Kaltstahl skribis:
>
> Then I did `guix package -u` to update installed packages. However, I
> ran into an error:
>
>
> [...]
>
> In guix/scripts/substitute.scm:
> 467:7 8 (download-nar #< path: "/gnu
James Thomas writes:
> Perhaps this is related to bug#38667? I think that happens to me when
> using old network cards without 'power management', when I try to access
> the net while it's (temporarily) down.
Oh, sorry; didn't see your follow up:
Zelphir Kaltst
Suhail Singh writes:
> emacs-git-email
This is only tangential, but...
I'd come up with an equivalent (?) hack that I'd posted here:
(gnus-summary-goto-article "<868qypm5c5@gmx.net>")
Basically:
> M-&
> git send-email --sendmail-cmd=echo HEAD^..HEAD
> RET
>
> Then on the first prompt, m
In-reply-to: <87fupblahh@gnu.org>
4K, yes !
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
ename 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/javascri
* 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
+++ b/gnu/packages/haskell.
* 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
+++ b/gnu/package
> > >> +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
Hi Paul,
On 15 October 2015 at 17:24, Paul van der Walt wrote:
> Hello James, all,
>
> On 2015-10-11 at 22:23, quoth James David Trotter:
>> +(define-public ghc-transformers
>> + (package
>> +(name "ghc-transformers")
>> +(version "0
27 matches
Mail list logo