[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29027] [PATCH 2/3] gnu: kicad: Update to commit 5f4599f.
From: |
Ludovic Courtès |
Subject: |
[bug#29027] [PATCH 2/3] gnu: kicad: Update to commit 5f4599f. |
Date: |
Fri, 27 Oct 2017 13:02:52 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Theodoros Foradis <address@hidden> skribis:
> From: Theodoros Foradis <address@hidden>
>
> * 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.)
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)