rosenthal: Remove tuigreet. [upstreamed]

* modules/rosenthal/packages/admin.scm (tuigreet): Delete variable.
This commit is contained in:
Hilton Chain 2025-08-21 19:40:07 +08:00
parent f2063dcff2
commit 127d1be367
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -116,26 +116,3 @@ exists and is only writable by root.")
(list "-Dlibseat-logind=disabled"))))) (list "-Dlibseat-logind=disabled")))))
(propagated-inputs '()) (propagated-inputs '())
(properties '((disable-updater? . #t)))))) (properties '((disable-updater? . #t))))))
(define-public tuigreet
(package
(name "tuigreet")
(version "0.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/apognu/tuigreet")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"15h2b97clllbhlw5jc4lwkmir18njnyk56zghafsas84m6jjsikv"))))
(build-system cargo-build-system)
(arguments (list #:install-source? #f))
(inputs (rosenthal-cargo-inputs 'tuigreet))
(home-page "https://github.com/apognu/tuigreet")
(synopsis "Graphical console greeter for @code{greetd}")
(description
"This package provides a graphical console greeter for @code{greetd}. It
doesn't need a Wayland compositor to be used.")
(license license:gpl3+)))