mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: dosbox: Remove extra build phase.
* gnu/packages/emulators.scm (dosbox)[arguments]: Remove unneeded 'autogen phase.
This commit is contained in:
parent
3192f25948
commit
72bc58f850
1 changed files with 0 additions and 6 deletions
|
@ -250,12 +250,6 @@ (define-public dosbox
|
|||
(base32
|
||||
"02i648i50dwicv1vaql15rccv4g8h5blf5g6inv67lrfxpbkvlf0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(add-after
|
||||
'unpack 'autogen.sh
|
||||
(lambda _
|
||||
(invoke "sh" "autogen.sh"))))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)))
|
||||
|
|
Loading…
Reference in a new issue