gnu: freetalk: Remove custom bootstrap phase.

* gnu/packages/messaging.scm (freetalk)[arguments]: Remove "autogen" phase.
master
Ricardo Wurmus 2019-01-25 13:19:02 +01:00
parent 3fa013af78
commit 6542b2db5d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 3 deletions

View File

@ -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)