gnu: drawterm: Update to 20251123.

* gnu/packages/plan9.scm (drawterm): Update to 20251123.
(drawterm-wayland)[inputs]: Add libdecor.

Closes: guix/guix#4894
Change-Id: Ibd869ee9acfb5d6aef0d58c13f6477fc2ac8ba47
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Ashish SHUKLA 2025-12-16 23:14:35 +01:00 committed by 宋文武
parent 0efdde91f6
commit 09eda1627e
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2021 宋文武 <iyzsong@member.fsf.org>
;;; Copyright © 2023 Antero Mejr <antero@mailbox.org>
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@ -72,11 +73,11 @@ protocol.")
(license license:gpl2+))))
(define-public drawterm
(let ((revision "1")
(commit "f11139d4c918802a87730bc14d094670ee4ce572"))
(let ((revision "2")
(commit "e551ef409ae2b004595f38323ce212ed152f6c3f"))
(package
(name "drawterm")
(version (git-version "20240703" revision commit))
(version (git-version "20251123" revision commit))
(source
(origin
(method git-fetch)
@ -85,7 +86,7 @@ protocol.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0ggh5g19899iq9bb5r03bvhamndyai4ylr3ajkbd02xkhz65fh5y"))))
(base32 "1b34x0vz0djsvnjq4zib9sq348x13w27i6jyn1ynxl9ynf64rnhl"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "CONF=unix"
@ -123,7 +124,7 @@ reconstruct a Plan 9 terminal-like experience from a non-Plan 9 system.")
(native-inputs
(list pkg-config))
(inputs
(list libxkbcommon pipewire wayland wayland-protocols wlr-protocols))))
(list libdecor libxkbcommon pipewire wayland wayland-protocols wlr-protocols))))
(define-public plan9port
;; no releases