mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dico: Remove a custom "check" phase.
* gnu/packages/dico.scm (dico)[arguments]<#:phases>: Remove "check" phase. [#:make-flags]: Remove. Change-Id: I3562e16365389e1377f3ea7997878b1849052849
This commit is contained in:
parent
ec5ea239e9
commit
12a6dd40a7
1 changed files with 1 additions and 7 deletions
|
@ -55,19 +55,13 @@
|
|||
'(#:configure-flags (list (string-append "--with-guile-site-dir=" %output
|
||||
"/share/guile/site/2.0")
|
||||
"--disable-static")
|
||||
#:make-flags '("V=1")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-before 'check 'silence-guile
|
||||
(lambda _
|
||||
;; Guile is too talkative, which disturbs the test
|
||||
;; infrastructure. Gag it.
|
||||
(setenv "GUILE_AUTO_COMPILE" "0")
|
||||
(setenv "GUILE_WARN_DEPRECATED" "no")))
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
;; Test '71: append + dooffs + env' fails if $V is not 2.
|
||||
(invoke "make" "check" "V=2")))))))
|
||||
(setenv "GUILE_WARN_DEPRECATED" "no"))))))
|
||||
(native-inputs (list groff))
|
||||
(inputs
|
||||
(list m4 ;used at run time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue