From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 27 10:20:46 2017 Received: (at submit) by debbugs.gnu.org; 27 Oct 2017 14:20:46 +0000 Received: from localhost ([127.0.0.1]:37491 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e85V8-0002Dd-JW for submit@debbugs.gnu.org; Fri, 27 Oct 2017 10:20:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42575) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e85V6-0002DQ-Rc for submit@debbugs.gnu.org; Fri, 27 Oct 2017 10:20:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e85V0-0007dt-Pd for submit@debbugs.gnu.org; Fri, 27 Oct 2017 10:20:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:57867) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e85V0-0007do-Mv for submit@debbugs.gnu.org; Fri, 27 Oct 2017 10:20:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e85Uz-0001hy-IR for guix-patches@gnu.org; Fri, 27 Oct 2017 10:20:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e85Uw-0007b6-DH for guix-patches@gnu.org; Fri, 27 Oct 2017 10:20:37 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:40927) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e85Uw-0007ZO-5k for guix-patches@gnu.org; Fri, 27 Oct 2017 10:20:34 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id E7AF046EF9; Fri, 27 Oct 2017 16:20:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id He7VpKvx9QUe; Fri, 27 Oct 2017 16:20:25 +0200 (CEST) From: Theodoros Foradis To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: kicad-library: Update to 4.0.6. Date: Fri, 27 Oct 2017 17:20:02 +0300 Message-Id: <20171027142002.21117-1-theodoros@foradis.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.4 (----) X-Debbugs-Envelope-To: submit Cc: Theodoros Foradis X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.4 (----) From: Theodoros Foradis * gnu/packages/engineering.scm (kicad-library): Update to 4.0.6. --- gnu/packages/engineering.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index c9e184d7d..b5f3647a1 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -708,7 +708,7 @@ electrical diagrams), gerbview (viewing Gerber files) and others.") (license license:gpl3+)))) (define-public kicad-library - (let ((version "4.0.4")) + (let ((version "4.0.6")) (package (name "kicad-library") (version version) @@ -719,7 +719,7 @@ electrical diagrams), gerbview (viewing Gerber files) and others.") version ".tar.gz")) (sha256 (base32 - "1wyda58y39lhxml0xv1ngvddi0nqihx9bnlza46ajzms38ajvh12")))) + "16f47pd6f0ddsdxdrp327nr9v05gl8c24d0qypq2aqx5hdjmkp7f")))) (build-system cmake-build-system) (arguments `(#:out-of-source? #t @@ -762,7 +762,7 @@ electrical diagrams), gerbview (viewing Gerber files) and others.") version ".tar.gz")) (sha256 (base32 - "0ya4gg6clz3vp2wrb67xwg0bhwh5q8ag39jjmpcp4zjcqs1f48rb")))))) + "0vmgqhdw05k5fdnqv42grnvlz7v75g9md82jp2d3dvw2zw050lfb")))))) (home-page "http://kicad-pcb.org/") (synopsis "Libraries for kicad") (description "This package provides Kicad component, footprint and 3D -- 2.14.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 27 10:23:50 2017 Received: (at 29027) by debbugs.gnu.org; 27 Oct 2017 14:23:50 +0000 Received: from localhost ([127.0.0.1]:37497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e85Y6-0002J5-3i for submit@debbugs.gnu.org; Fri, 27 Oct 2017 10:23:50 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:43421) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e85Y3-0002Is-RP for 29027@debbugs.gnu.org; Fri, 27 Oct 2017 10:23:48 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 44BF546ED6; Fri, 27 Oct 2017 16:23:42 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id PkJ8KtkOS88l; Fri, 27 Oct 2017 16:23:38 +0200 (CEST) From: Theodoros Foradis To: 29027@debbugs.gnu.org Subject: [PATCH 2/3] gnu: kicad: Update to commit 5f4599f. Date: Fri, 27 Oct 2017 17:23:30 +0300 Message-Id: <20171027142330.21459-1-theodoros@foradis.org> In-Reply-To: <20171027142002.21117-1-theodoros@foradis.org> References: <20171027142002.21117-1-theodoros@foradis.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29027 Cc: Theodoros Foradis X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) From: Theodoros Foradis * gnu/packages/engineering.scm (kicad): Update to commit 5f4599f. [arguments]: Add "install-lib-3d" phase. --- gnu/packages/engineering.scm | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index b5f3647a1..6bfcc975f 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -626,8 +626,8 @@ language.") ;; We use kicad from a git commit, because support for boost 1.61.0 has been ;; recently added. (define-public kicad - (let ((commit "4ee344e150bfaf3a6f3f7bf935fb96ae07c423fa") - (revision "1")) + (let ((commit "5f4599fb56da4dd748845ab10abec02961d477f3") + (revision "2")) (package (name "kicad") (version (string-append "4.0-" revision "." @@ -639,7 +639,7 @@ language.") (url "https://git.launchpad.net/kicad") (commit commit))) (sha256 - (base32 "0kf6r92nps0658i9n3p9vp5dzbssmc22lvjv5flyvnlf83l63s4n")) + (base32 "1833pln2975gmc5s18xf7s8m9vg834lmxxdjk0wlk3lq7bvjjnff")) (file-name (string-append name "-" version "-checkout")))) (build-system cmake-build-system) (arguments @@ -679,6 +679,14 @@ language.") `("PYTHONPATH" ":" prefix (,path)) `("PATH" ":" prefix (,(string-append python "/bin:"))))) + #t)) + (add-after 'wrap-program 'install-lib-3d + (lambda* (#:key inputs outputs #:allow-other-keys) + (for-each + (lambda (file) + (install-file file (string-append (assoc-ref outputs "out") + "/lib"))) + (find-files "." "libkicad_3dsg*")) #t))))) (native-inputs `(("boost" ,boost) -- 2.14.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 27 10:24:23 2017 Received: (at 29027) by debbugs.gnu.org; 27 Oct 2017 14:24:23 +0000 Received: from localhost ([127.0.0.1]:37502 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e85Yd-0002KO-Cy for submit@debbugs.gnu.org; Fri, 27 Oct 2017 10:24:23 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:50411) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e85Yb-0002K6-Ji for 29027@debbugs.gnu.org; Fri, 27 Oct 2017 10:24:21 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id C4AE94C50F; Fri, 27 Oct 2017 16:24:15 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id x9kivFCU5dpN; Fri, 27 Oct 2017 16:24:02 +0200 (CEST) From: Theodoros Foradis To: 29027@debbugs.gnu.org Subject: [PATCH 3/3] gnu: kicad: Build with ngspice support. Date: Fri, 27 Oct 2017 17:23:52 +0300 Message-Id: <20171027142352.21519-1-theodoros@foradis.org> In-Reply-To: <20171027142002.21117-1-theodoros@foradis.org> References: <20171027142002.21117-1-theodoros@foradis.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29027 Cc: Theodoros Foradis X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) * gnu/packages/engineering.scm (kicad): [arguments] : Add KICAD_SPICE flag. [inputs]: Add libngspice. --- gnu/packages/engineering.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 6bfcc975f..826894e5b 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -661,6 +661,7 @@ language.") (assoc-ref %build-inputs "wxpython") "/include/wx-3.0") "-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE" + "-DKICAD_SPICE=TRUE" ;; TODO: Enable this when CA certs are working with curl. "-DBUILD_GITHUB_PLUGIN=OFF") #:phases @@ -701,6 +702,7 @@ language.") ("glew" ,glew) ("glm" ,glm) ("hicolor-icon-theme" ,hicolor-icon-theme) + ("libngspice" ,libngspice) ("libsm" ,libsm) ("mesa" ,mesa) ("openssl" ,openssl) -- 2.14.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 27 16:02:02 2017 Received: (at 29027) by debbugs.gnu.org; 27 Oct 2017 20:02:02 +0000 Received: from localhost ([127.0.0.1]:37670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8ApN-0005xw-NR for submit@debbugs.gnu.org; Fri, 27 Oct 2017 16:02:01 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:56508) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8ApM-0005xi-0K for 29027@debbugs.gnu.org; Fri, 27 Oct 2017 16:02:00 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id ACD36EB23; Fri, 27 Oct 2017 22:02:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rva51RHV5Ytj; Fri, 27 Oct 2017 22:02:00 +0200 (CEST) Received: from ribbon (unknown [204.239.253.218]) by hera.aquilenet.fr (Postfix) with ESMTPSA id EBB9BE8FE; Fri, 27 Oct 2017 22:01:57 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Theodoros Foradis Subject: Re: [bug#29027] [PATCH 1/3] gnu: kicad-library: Update to 4.0.6. References: <20171027142002.21117-1-theodoros@foradis.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 6 Brumaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 27 Oct 2017 13:01:49 -0700 In-Reply-To: <20171027142002.21117-1-theodoros@foradis.org> (Theodoros Foradis's message of "Fri, 27 Oct 2017 17:20:02 +0300") Message-ID: <87po988imq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29027 Cc: Theodoros Foradis , 29027@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Theodoros Foradis skribis: > From: Theodoros Foradis > > * gnu/packages/engineering.scm (kicad-library): Update to 4.0.6. Applied. From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 27 16:03:04 2017 Received: (at 29027) by debbugs.gnu.org; 27 Oct 2017 20:03:04 +0000 Received: from localhost ([127.0.0.1]:37674 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8AqN-0005zt-2g for submit@debbugs.gnu.org; Fri, 27 Oct 2017 16:03:04 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:56512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8AqL-0005zN-DG for 29027@debbugs.gnu.org; Fri, 27 Oct 2017 16:03:01 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 3EF30EB23; Fri, 27 Oct 2017 22:03:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aZWgM9VmCBqI; Fri, 27 Oct 2017 22:03:01 +0200 (CEST) Received: from ribbon (unknown [204.239.253.218]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8375AE8FE; Fri, 27 Oct 2017 22:02:59 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Theodoros Foradis Subject: Re: [bug#29027] [PATCH 2/3] gnu: kicad: Update to commit 5f4599f. References: <20171027142002.21117-1-theodoros@foradis.org> <20171027142330.21459-1-theodoros@foradis.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 6 Brumaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 27 Oct 2017 13:02:52 -0700 In-Reply-To: <20171027142330.21459-1-theodoros@foradis.org> (Theodoros Foradis's message of "Fri, 27 Oct 2017 17:23:30 +0300") Message-ID: <87k1zg8ikz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29027 Cc: Theodoros Foradis , 29027@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Theodoros Foradis skribis: > From: Theodoros Foradis > > * 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 =E2=80=98find-files=E2=80=99 is a regexp, not a glob pattern.) --=-=-= Content-Type: text/x-patch Content-Disposition: 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) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 27 16:06:43 2017 Received: (at 29027-done) by debbugs.gnu.org; 27 Oct 2017 20:06:43 +0000 Received: from localhost ([127.0.0.1]:37679 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8Atv-00065C-Fs for submit@debbugs.gnu.org; Fri, 27 Oct 2017 16:06:43 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:56527) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e8Atu-000654-8q for 29027-done@debbugs.gnu.org; Fri, 27 Oct 2017 16:06:42 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 26ABFF58D; Fri, 27 Oct 2017 22:06:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iMStjjg79lLK; Fri, 27 Oct 2017 22:06:42 +0200 (CEST) Received: from ribbon (unknown [204.239.253.218]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A8676F55B; Fri, 27 Oct 2017 22:06:40 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Theodoros Foradis Subject: Re: [bug#29027] [PATCH 3/3] gnu: kicad: Build with ngspice support. References: <20171027142002.21117-1-theodoros@foradis.org> <20171027142352.21519-1-theodoros@foradis.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 6 Brumaire an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 27 Oct 2017 13:06:32 -0700 In-Reply-To: <20171027142352.21519-1-theodoros@foradis.org> (Theodoros Foradis's message of "Fri, 27 Oct 2017 17:23:52 +0300") Message-ID: <87fua48iev.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 29027-done Cc: 29027-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Theodoros Foradis skribis: > * gnu/packages/engineering.scm (kicad): > [arguments] : Add KICAD_SPICE flag. > [inputs]: Add libngspice. Applied, thanks! Ludo'. From unknown Sun Jun 22 11:36:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 25 Nov 2017 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator