mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add sddm-qt5.
* gnu/packages/display-managers.scm (sddm-qt5): New variable. Change-Id: I84250b32b15bed7b0dc0bf819ce90f32a6e7ad6d
This commit is contained in:
parent
482b30d426
commit
86ebaa278a
1 changed files with 13 additions and 0 deletions
|
@ -154,6 +154,19 @@ (define-public sddm
|
|||
;; QML files are MIT licensed and images are CC BY 3.0.
|
||||
(license (list license:gpl2+ license:expat license:cc-by3.0))))
|
||||
|
||||
(define-public sddm-qt5
|
||||
(package
|
||||
(inherit sddm)
|
||||
(name "sddm-qt5")
|
||||
(native-inputs (modify-inputs (package-native-inputs sddm)
|
||||
(replace "qttools" qttools-5)))
|
||||
(inputs (modify-inputs (package-inputs sddm)
|
||||
(replace "qtbase" qtbase-5)
|
||||
(replace "qtsvg" qtsvg-5)
|
||||
(replace "qtdeclarative" qtdeclarative-5)
|
||||
(replace "qtwayland" qtwayland-5)
|
||||
(append qtgraphicaleffects qtquickcontrols-5 qtquickcontrols2-5)))))
|
||||
|
||||
(define-public abstractdark-sddm-theme
|
||||
(let ((commit "e817d4b27981080cd3b398fe928619ffa16c52e7")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Reference in a new issue