gnu: tilix: Update to 1.9.5-0.8726e9e.
Fix failing build of tilix by including commits since last released version. * gnu/packages/terminals.scm (tilix): Update to 1.9.5-0.8726e9e. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
c655231b72
commit
74619b6973
1 changed files with 50 additions and 45 deletions
|
@ -33,6 +33,7 @@
|
|||
;;; Copyright © 2022 Felipe Balbi <balbi@kernel.org>
|
||||
;;; Copyright © 2022 ( <paren@disroot.org>
|
||||
;;; Copyright © 2022 jgart <jgart@dismail.de>
|
||||
;;; Copyright © 2023 Aaron Covrig <aaron.covrig.us@ieee.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1339,18 +1340,22 @@ while also supporting native scrolling and @command{tmux} control mode
|
|||
(deprecated-package "wterm" foot))
|
||||
|
||||
(define-public tilix
|
||||
(let ((commit "8726e9e9426e6b05c8cadfe7fe5205e8cbc910e3")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "tilix")
|
||||
(version "1.9.5")
|
||||
(source
|
||||
(origin
|
||||
;; No release in over a year so include commits that fix glibc related
|
||||
;; build issues.
|
||||
(version (git-version "1.9.5" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/gnunn1/tilix")
|
||||
(commit version)))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ij3ix6yhi8hicxvglrxjyyv8bch9birrgsr8ml6jfh3hvk4pxdh"))))
|
||||
(base32
|
||||
"0vbjfk6zn9r56nxhlgy77szv7ai061ds53hsz9zba0v9kyzzcdml"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
@ -1394,7 +1399,7 @@ windows.
|
|||
terminal are replicated to the others.
|
||||
@item Supports notifications when processes are completed out of view.
|
||||
@end enumerate")
|
||||
(license license:mpl2.0)))
|
||||
(license license:mpl2.0))))
|
||||
|
||||
(define-public tio
|
||||
(package
|
||||
|
|
Reference in a new issue