gnu: dosbox: Remove extra build phase.

* gnu/packages/emulators.scm (dosbox)[arguments]: Remove unneeded
'autogen phase.
This commit is contained in:
Efraim Flashner 2019-08-07 19:41:11 +03:00
parent 3192f25948
commit 72bc58f850
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 6 deletions

View File

@ -250,12 +250,6 @@ turbo speed, networked multiplayer, and graphical enhancements.")
(base32 (base32
"02i648i50dwicv1vaql15rccv4g8h5blf5g6inv67lrfxpbkvlf0")))) "02i648i50dwicv1vaql15rccv4g8h5blf5g6inv67lrfxpbkvlf0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
(add-after
'unpack 'autogen.sh
(lambda _
(invoke "sh" "autogen.sh"))))))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake))) ("automake" ,automake)))