me
/
guix
Archived
1
0
Fork 0

gnu: emacs-telega: Update to 0.6.27.

* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.27.

[arguments]: Move 'telega-paths-patch after check phase to work around
substituting store paths for ffmpeg and ffplay.
master
Brett Gilio 2020-07-18 22:19:48 -05:00
parent d3eef42760
commit 282ca4a135
No known key found for this signature in database
GPG Key ID: F6C52DD1BA27CB87
1 changed files with 6 additions and 4 deletions

View File

@ -22242,9 +22242,9 @@ fish-completion. It can be used in both Eshell and M-x shell.")
;; This package has versions newer than indicated on MELPA. ;; This package has versions newer than indicated on MELPA.
;; Get the current version from `telega-version` in telega.el. ;; Get the current version from `telega-version` in telega.el.
;; or by running M-x telega-version. ;; or by running M-x telega-version.
(let ((commit "ae09592498ce380e57fbb76725fd4c89ae248864") (let ((commit "5fd725ef8e0b4cf2eb908b1f48638a9d5df49b93")
(revision "0") (revision "0")
(version "0.6.0")) (version "0.6.27"))
(package (package
(name "emacs-telega") (name "emacs-telega")
(version (git-version version revision commit)) (version (git-version version revision commit))
@ -22256,7 +22256,7 @@ fish-completion. It can be used in both Eshell and M-x shell.")
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32
"0mv6i80958d9crzspzik5xh5g8326115bvg2frgv0dp9p6rm86m3")) "1852xkd8pq1g6c74nm8kbgiglsig7cyizp2igr4mydln2pak0ccx"))
(patches (search-patches "emacs-telega-test-env.patch")) (patches (search-patches "emacs-telega-test-env.patch"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
@ -22284,7 +22284,7 @@ fish-completion. It can be used in both Eshell and M-x shell.")
(("python3 run_tests.py") (("python3 run_tests.py")
"")) ""))
#t)) #t))
(add-after 'unpack 'telega-paths-patch (add-after 'check 'telega-paths-patch
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
;; Hard-code paths to `ffplay` and `ffmpeg`. ;; Hard-code paths to `ffplay` and `ffmpeg`.
(let ((ffplay-bin (string-append (assoc-ref inputs "ffmpeg") (let ((ffplay-bin (string-append (assoc-ref inputs "ffmpeg")
@ -22345,6 +22345,8 @@ fish-completion. It can be used in both Eshell and M-x shell.")
(propagated-inputs (propagated-inputs
`(("emacs-visual-fill-column" ,emacs-visual-fill-column) `(("emacs-visual-fill-column" ,emacs-visual-fill-column)
("emacs-company" ,emacs-company) ("emacs-company" ,emacs-company)
("emacs-rainbow-identifiers"
,emacs-rainbow-identifiers)
("libwebp" ,libwebp))) ; sticker support. ("libwebp" ,libwebp))) ; sticker support.
(native-inputs (native-inputs
`(("tdlib" ,tdlib) `(("tdlib" ,tdlib)