guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: kicad: Remove obsolete phases.


From: guix-commits
Subject: 07/08: gnu: kicad: Remove obsolete phases.
Date: Fri, 2 Dec 2022 13:12:27 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 11b0670a9dfa5b67db84edc7758e653fc3f2c00a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Dec 2 11:39:18 2022 +0100

    gnu: kicad: Remove obsolete phases.
    
    * gnu/packages/engineering.scm (kicad)[arguments]: Remove two phases.
---
 gnu/packages/engineering.scm | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 782673dcac..1f3958f55c 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -975,16 +975,6 @@ Emacs).")
                 (string-append "NGSPICE_DLL_FILE=\""
                                (assoc-ref inputs "libngspice")
                                "/lib/libngspice.so\"")))))
-         (add-after 'unpack 'fix-python-detection
-           (lambda _
-             (substitute* "CMakeModules/FindPythonLibs.cmake"
-               (("_PYTHON3_VERSIONS 3\\.8 3\\.7")
-                "_PYTHON3_VERSIONS 3.9 3.8 3.7"))))
-         (add-after 'unpack 'add-missing-include
-           (lambda _
-             (substitute* "common/lib_tree_model.cpp"
-               (("#include <eda_pattern_match.h>" all)
-                (string-append "#include <algorithm>\n" all)))))
          (add-after 'install 'wrap-program
            ;; Ensure correct Python at runtime.
            (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]