gnu: vice: Update to 3.6.
* gnu/packages/emulators.scm (vice): Update to 3.6. [arguments]: Add "--disable-html-docs" to #:configure-flags.master
parent
a2ea9ea300
commit
e2a1419799
|
@ -111,18 +111,18 @@
|
||||||
(define-public vice
|
(define-public vice
|
||||||
(package
|
(package
|
||||||
(name "vice")
|
(name "vice")
|
||||||
(version "3.5")
|
(version "3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/vice-emu/releases/"
|
(uri (string-append "mirror://sourceforge/vice-emu/releases/"
|
||||||
"vice-" version ".tar.gz"))
|
"vice-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1zfkl9j40v2417l1fmczdvl9yzh81jlpcy5cl2svjzb2rrffbgv5"))))
|
||||||
"03nwcldg2h7dxj6aa77ggqc0442hqc1lsq5x69h8kcmqmvx7ifan"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-pdf-docs")))
|
`(#:configure-flags '("--disable-html-docs"
|
||||||
|
"--disable-pdf-docs")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison
|
(list bison
|
||||||
dos2unix
|
dos2unix
|
||||||
|
|
Reference in New Issue