gnu: gphoto2: Update to 2.5.28.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.28. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
8175ed6fd3
commit
b55cd95260
1 changed files with 3 additions and 6 deletions
|
@ -267,14 +267,14 @@ from digital cameras.")
|
||||||
(define-public gphoto2
|
(define-public gphoto2
|
||||||
(package
|
(package
|
||||||
(name "gphoto2")
|
(name "gphoto2")
|
||||||
(version "2.5.27")
|
(version "2.5.28")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/gphoto/gphoto/" version
|
(uri (string-append "mirror://sourceforge/gphoto/gphoto/" version
|
||||||
"/gphoto2-" version ".tar.bz2"))
|
"/gphoto2-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f4d3q381jnnkcqkb2dj1k709skp65qihl5xm80zandvl69lw19h"))))
|
"0xbki37q9ja34igidr2vj0ps1lp7sfz4xpsmh8h9x89dy76qsr1a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
@ -287,13 +287,10 @@ from digital cameras.")
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* (find-files "tests/data" "\\.param$")
|
(substitute* (find-files "tests/data" "\\.param$")
|
||||||
(("/usr/bin/env")
|
(("/usr/bin/env")
|
||||||
(which "env")))
|
(which "env"))))))
|
||||||
#t)))
|
|
||||||
|
|
||||||
;; FIXME: There is 1 test failure, most likely related to the build
|
;; FIXME: There is 1 test failure, most likely related to the build
|
||||||
;; environment.
|
;; environment.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
|
|
||||||
(home-page "http://www.gphoto.org/")
|
(home-page "http://www.gphoto.org/")
|
||||||
(synopsis "Command-line tools to access digital cameras")
|
(synopsis "Command-line tools to access digital cameras")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue