gnu: wordnet: Use 'modify-phases'.
* gnu/packages/wordnet.scm (wordnet)[arguments]: Use 'modify-phases'.
This commit is contained in:
parent
c1dbd3a870
commit
983911d627
|
@ -52,8 +52,9 @@
|
|||
;; Provide the `result' field in `Tcl_Interp'.
|
||||
;; See <https://bugs.gentoo.org/show_bug.cgi?id=452034>.
|
||||
"CFLAGS=-DUSE_INTERP_RESULT")
|
||||
#:phases (alist-cons-after
|
||||
'install 'post-install
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'install 'post-install
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let ((out (assoc-ref outputs "out"))
|
||||
(bin (assoc-ref outputs "tk"))
|
||||
|
@ -74,8 +75,7 @@
|
|||
(,(string-append out
|
||||
"/bin"))))))
|
||||
'("wishwn" "wnb"))
|
||||
#t))
|
||||
%standard-phases)))
|
||||
#t))))))
|
||||
(outputs '("out"
|
||||
"tk")) ; for the Tcl/Tk GUI
|
||||
(inputs `(("tk" ,tk)
|
||||
|
|
Loading…
Reference in New Issue