gnu: freetalk: Remove custom bootstrap phase.
* gnu/packages/messaging.scm (freetalk)[arguments]: Remove "autogen" phase.
This commit is contained in:
parent
3fa013af78
commit
6542b2db5d
|
@ -1531,9 +1531,6 @@ support, and more.")
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autogen
|
||||
(lambda _
|
||||
(zero? (system* "sh" "autogen.sh"))))
|
||||
;; For 'system' commands in Scheme code.
|
||||
(add-after 'install 'wrap-program
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in New Issue