gnu: tomb: Update to 2.5.

* gnu/packages/crypto.scm (tomb): Update to 2.5.
[inputs, arguments]: Add util-linux for ‘findmnt’.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-06 04:43:46 +02:00
parent 115af78e32
commit 1a16b925f2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -358,14 +358,14 @@ (define-public eschalot
(define-public tomb
(package
(name "tomb")
(version "2.4")
(version "2.5")
(source (origin
(method url-fetch)
(uri (string-append "https://files.dyne.org/tomb/"
"Tomb-" version ".tar.gz"))
(sha256
(base32
"1hv1w79as7swqj0n137vz8n8mwvcgwlvd91sdyssz41jarg7f1vr"))))
"12c6qldngaw520gvb02inzkhnxbl4k0dwmddrgnaf7xashy6j0wc"))))
(build-system gnu-build-system)
(native-inputs `(("sudo" ,sudo))) ;presence needed for 'check' phase
(inputs
@ -377,7 +377,8 @@ (define-public tomb
("mlocate" ,mlocate)
("pinentry" ,pinentry)
("qrencode" ,qrencode)
("steghide" ,steghide)))
("steghide" ,steghide)
("util-linux" ,util-linux)))
(arguments
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
;; TODO: Build and install gtk and qt trays
@ -400,7 +401,7 @@ (define-public tomb
(error "program not found:" program)))
'("seq" "mkfs.ext4" "pinentry" "sudo"
"gpg" "cryptsetup" "gettext"
"qrencode" "steghide")))))
"qrencode" "steghide" "findmnt")))))
#t)))
(delete 'check)
(add-after 'wrap 'check