gnu: emacs-mmm-mode: Remove unnecessary phase.

* gnu/packages/emacs-xyz.scm (emacs-mmm-mode)[arguments]: Remove
unnecessary 'autogen phase.
master
Efraim Flashner 2019-03-27 22:54:53 +02:00
parent 8cd07b72e9
commit d3f6617b26
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 6 deletions

View File

@ -1564,12 +1564,6 @@ diagrams.")
(base32
"1nrrccsy9qhjvjrlrjkzkmaa4mfzxv8ahnipqg4szz4n0hxnb1aa"))))
(build-system gnu-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autogen
(lambda _
(invoke "sh" "autogen.sh"))))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)