GNU bug report logs -
#56565
[PATCH] gnu: kicad: Fix 6.0.6 native-search-paths.
Previous Next
Reported by: peter <at> polidoro.io
Date: Thu, 14 Jul 2022 20:15:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56565 in the body.
You can then email your comments to 56565 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#56565
; Package
guix-patches
.
(Thu, 14 Jul 2022 20:15:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
peter <at> polidoro.io
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 14 Jul 2022 20:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Peter Polidoro <peter <at> polidoro.io>
* gnu/packages/engineering.scm (): Update to .
---
gnu/packages/engineering.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 4d23242a33..fac4d8e5c4 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1006,17 +1006,17 @@ (define-public kicad
(variable "KICAD") ;to find kicad-doc
(files '("")))
(search-path-specification
- (variable "KICAD_TEMPLATE_DIR")
+ (variable "KICAD6_TEMPLATE_DIR")
(files '("share/kicad/template")))
(search-path-specification
- (variable "KICAD_SYMBOL_DIR") ;symbol path
- (files '("share/kicad/library")))
+ (variable "KICAD6_SYMBOL_DIR")
+ (files '("share/kicad/symbols")))
(search-path-specification
- (variable "KISYSMOD") ;footprint path
- (files '("share/kicad/modules")))
+ (variable "KICAD6_FOOTPRINT_DIR")
+ (files '("share/kicad/footprints")))
(search-path-specification
- (variable "KISYS3DMOD") ;3D model path
- (files '("share/kicad/modules/packages3d")))))
+ (variable "KICAD6_3DMODEL_DIR")
+ (files '("share/kicad/3dmodels")))))
(native-inputs (list boost
desktop-file-utils
gettext-minimal
--
2.37.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#56565
; Package
guix-patches
.
(Tue, 02 Aug 2022 10:01:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 56565 <at> debbugs.gnu.org (full text, mbox):
This can be closed.
The search paths have been fixed by:
bug#56876: [PATCH] gnu: kicad: Update to 6.0.7.
> On Jul 14, 2022, at 4:15 PM, help-debbugs <at> gnu.org wrote:
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> guix-patches <at> gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 56565 <at> debbugs.gnu.org.
>
> Please do not send mail to help-debbugs <at> gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 56565: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56565
> GNU Bug Tracking System
> Contact help-debbugs <at> gnu.org with problems
>
bug closed, send any further explanations to
56565 <at> debbugs.gnu.org and peter <at> polidoro.io
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 03 Aug 2022 10:07:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 31 Aug 2022 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.