unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: peter@polidoro.io
To: 66453@debbugs.gnu.org
Cc: Peter Polidoro <peter@polidoro.io>
Subject: [bug#66453] [PATCH 1/4] gnu: kicad: Add 3rdparty search path.
Date: Tue, 10 Oct 2023 16:05:11 -0400	[thread overview]
Message-ID: <ada8e734a559ce1bd207c3c455148ad229b22ef0.1696967309.git.peter@polidoro.io> (raw)
In-Reply-To: <cover.1696967309.git.peter@polidoro.io>

From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/engineering.scm (kicad): Add 3rdparty search path.
---
 gnu/packages/engineering.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index c9aec482da..cad419ef70 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1155,7 +1155,14 @@ (define-public kicad
             (files '("share/kicad/footprints")))
            (search-path-specification
             (variable "KICAD7_3DMODEL_DIR")
-            (files '("share/kicad/3dmodels")))))
+            (files '("share/kicad/3dmodels")))
+           ;; Using the following environment variable removes write access to
+           ;; the KiCad Plugin and Content Manager directory so using any Guix
+           ;; plugin or color theme packages requires all plugin or color
+           ;; themes to be installed using Guix packages
+           (search-path-specification
+            (variable "KICAD7_3RD_PARTY")
+            (files '("share/kicad/3rdparty")))))
     (native-inputs (list boost
                          desktop-file-utils
                          gettext-minimal
-- 
2.41.0





  reply	other threads:[~2023-10-10 20:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-10 19:57 [bug#66453] [PATCH 0/4] Three KiCad color themes peter
2023-10-10 20:05 ` peter [this message]
2024-03-05 12:47   ` [bug#66453] [PATCH 1/4] gnu: kicad: Add 3rdparty search path Steve George
2024-03-05 15:47     ` Peter Polidoro
2023-10-10 20:05 ` [bug#66453] [PATCH 2/4] gnu: Add kicad-color-theme-behave-dark peter
2023-10-10 20:05 ` [bug#66453] [PATCH 3/4] gnu: Add kicad-color-theme-solarized-dark peter
2023-10-10 20:05 ` [bug#66453] [PATCH 4/4] gnu: Add kicad-color-theme-solarized-light peter
2023-10-25  8:11 ` [bug#66453] [PATCH 0/4] Three KiCad color themes Mathieu Othacehe
2023-10-31 14:50   ` Peter Polidoro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ada8e734a559ce1bd207c3c455148ad229b22ef0.1696967309.git.peter@polidoro.io \
    --to=peter@polidoro.io \
    --cc=66453@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).