mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kicad-doc: Remove unnecessary code.
* gnu/packages/engineering.scm (arguments): Skip #:tests? instead of deleting the 'check phase. Remove the 'set-perl-env phase.
This commit is contained in:
parent
dbf78e3985
commit
32480e1903
1 changed files with 2 additions and 9 deletions
|
@ -1046,17 +1046,10 @@ (define-public kicad-doc
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "-DBUILD_FORMATS=html")
|
||||
#:tests? #f ; no test suite
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'build)
|
||||
(add-before 'install 'set-perl-env
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(setenv "PERL5LIB"
|
||||
(string-append (assoc-ref inputs "perl-unicode-linebreak")
|
||||
"/lib/perl5/site_perl" ":"
|
||||
(getenv "PERL5LIB")))
|
||||
#t))
|
||||
(delete 'check))))
|
||||
(delete 'build))))
|
||||
(native-inputs
|
||||
`(("asciidoc" ,asciidoc)
|
||||
("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue