mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kicad-doc: Restore cmake-build-system phase.
* gnu/packages/engineering.scm (kicad-doc)[arguments]<#:phases>: Restore build phase. Change-Id: I025c3c74cdfdc17888e9e6df06e63c1071351584
This commit is contained in:
parent
461e1a1f48
commit
4e6f41f776
1 changed files with 1 additions and 4 deletions
|
@ -1429,10 +1429,7 @@ electrical diagrams), gerbview (viewing Gerber files) and others.")
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "-DBUILD_FORMATS=html")
|
||||
#:tests? #f ;no test suite
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'build))))
|
||||
#:tests? #f)) ;no test suite
|
||||
(native-inputs (list asciidoc
|
||||
gettext-minimal
|
||||
git-minimal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue