mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-05-23 12:35:06 +00:00
rosenthal: Add seatd-sans-logind.
* rosenthal/packages/admin.scm (seatd-sans-logind): New variable.
This commit is contained in:
parent
c0d8f03cb9
commit
579e2b36bb
@ -19,3 +19,15 @@
|
||||
#~(append #$configure-flags
|
||||
(list "-Dlibseat-logind=disabled")))))
|
||||
(propagated-inputs '()))))
|
||||
|
||||
(define-public seatd-sans-logind
|
||||
(let ((base seatd))
|
||||
(package
|
||||
(inherit base)
|
||||
(name "seatd-sans-logind")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments base)
|
||||
((#:configure-flags configure-flags)
|
||||
#~(append #$configure-flags
|
||||
(list "-Dlibseat-logind=disabled")))))
|
||||
(propagated-inputs '()))))
|
||||
|
Loading…
Reference in New Issue
Block a user