gnu: git-crypt: Return #t from all phases.

* gnu/packages/version-control.scm (git-crypt)[arguments]: Substitute
INVOKE for SYSTEM*.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-22 18:02:16 +02:00
parent d6870d107e
commit 56d63f8119
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -466,12 +466,12 @@ (define-public git-crypt
(delete 'configure)
(replace 'build
(lambda _
(zero? (system* "make"))))
(invoke "make")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(zero? (system* "make" "install"
(string-append "PREFIX=" out)))))))))
(invoke "make" "install"
(string-append "PREFIX=" out))))))))
(home-page "https://www.agwa.name/projects/git-crypt")
(synopsis "Transparent encryption of files in a git repository")
(description "git-crypt enables transparent encryption and decryption of