mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 12:44:37 +00:00
rosenthal: Remove tuigreet. [upstreamed]
* modules/rosenthal/packages/admin.scm (tuigreet): Delete variable.
This commit is contained in:
parent
f2063dcff2
commit
127d1be367
@ -116,26 +116,3 @@ exists and is only writable by root.")
|
||||
(list "-Dlibseat-logind=disabled")))))
|
||||
(propagated-inputs '())
|
||||
(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+)))
|
||||
|
Loading…
Reference in New Issue
Block a user