gnu: 0xffff: Update to 0.8.
* gnu/packages/flashing-tools.scm (0xffff): Update to 0.8. [arguments]: Build man page reproducibly.
This commit is contained in:
parent
1a753385c7
commit
03df9e5a1e
|
@ -97,7 +97,7 @@ programmer devices.")
|
||||||
(define-public 0xffff
|
(define-public 0xffff
|
||||||
(package
|
(package
|
||||||
(name "0xffff")
|
(name "0xffff")
|
||||||
(version "0.7")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -106,16 +106,19 @@ programmer devices.")
|
||||||
(file-name (string-append "0xFFFF" version ".tar.gz" ))
|
(file-name (string-append "0xFFFF" version ".tar.gz" ))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g4032c81wkk37wvbg1dxcqq6mnd76y9x7f2crmzqi6z4q9jcxmj"))))
|
"1kk25m2gs417mfhwaq43d62yy5rsjb7llr07zf5aqx31csln3q8k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libusb" ,libusb-0.1))) ; doesn't work with libusb-compat
|
`(("libusb" ,libusb-0.1))) ; doesn't work with libusb-compat
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)) ; no configure
|
(delete 'configure)) ; no configure
|
||||||
#:make-flags (list (string-append "PREFIX=" %output))
|
#:make-flags
|
||||||
#:tests? #f)) ; no 'check' target
|
(list "CC=gcc"
|
||||||
|
"BUILD_DATE=GNU Guix"
|
||||||
|
(string-append "PREFIX=" %output))
|
||||||
|
#:tests? #f)) ; no 'check' target
|
||||||
(home-page "https://github.com/pali/0xFFFF")
|
(home-page "https://github.com/pali/0xFFFF")
|
||||||
(synopsis "Flash FIASCO images on Maemo devices")
|
(synopsis "Flash FIASCO images on Maemo devices")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue