GNU bug report logs - #29027
[PATCH 1/3] gnu: kicad-library: Update to 4.0.6.

Previous Next

Package: guix-patches;

Reported by: Theodoros Foradis <theodoros <at> foradis.org>

Date: Fri, 27 Oct 2017 14:21:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #17 received at 29027 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Theodoros Foradis <theodoros <at> foradis.org>
Cc: Theodoros Foradis <theodoros.for <at> openmailbox.org>, 29027 <at> debbugs.gnu.org
Subject: Re: [bug#29027] [PATCH 2/3] gnu: kicad: Update to commit 5f4599f.
Date: Fri, 27 Oct 2017 13:02:52 -0700
[Message part 1 (text/plain, inline)]
Theodoros Foradis <theodoros <at> foradis.org> skribis:

> From: Theodoros Foradis <theodoros.for <at> openmailbox.org>
>
> * gnu/packages/engineering.scm (kicad): Update to commit 5f4599f.
> [arguments]: Add "install-lib-3d" phase.

Pushed with the change below (remember that the 2nd argument of
‘find-files’ is a regexp, not a glob pattern.)

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5aef2d947..2e9701e9b 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -689,7 +689,7 @@ language.")
                 (lambda (file)
                   (install-file file (string-append (assoc-ref outputs "out")
                                                     "/lib")))
-                (find-files "." "libkicad_3dsg*"))
+                (find-files "." "^libkicad_3dsg.*"))
                #t)))))
       (native-inputs
        `(("boost" ,boost)

This bug report was last modified 7 years and 210 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.