[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Match-error for patches
From: |
Andreas Enge |
Subject: |
Re: Match-error for patches |
Date: |
Sun, 18 Jan 2015 17:42:07 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Sun, Jan 18, 2015 at 05:32:36PM +0100, Ludovic Courtès wrote:
> Andreas Enge <address@hidden> skribis:
> > There is no ~/.config/guix. When is it created?
> The first time ‘guix pull’ is run.
Okay. I have never run "guix pull", only "git pull".
> Presumably that means that PATCH is #f, which can happen if
> ‘search-patch’ returned #f, due to the patch not being found in the
> search path (patch not installed, or file name typo?).
The patch is there under the same name as for soprano in rdf.scm:
$ ll gnu/packages/patches/soprano-find-clucene.patch
-rw-r--r-- 1 privat privat 956 Okt 29 17:54
gnu/packages/patches/soprano-find-clucene.patch
Andreas