mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: freetalk: Remove custom bootstrap phase.
* gnu/packages/messaging.scm (freetalk)[arguments]: Remove "autogen" phase.
This commit is contained in:
parent
3fa013af78
commit
6542b2db5d
1 changed files with 0 additions and 3 deletions
|
@ -1531,9 +1531,6 @@ (define-public freetalk
|
|||
(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 a new issue