mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: kicad: Remove obsolete phases.
* gnu/packages/engineering.scm (kicad)[arguments]: Remove two phases.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user