gnu: Add sddm-qt5.
* gnu/packages/display-managers.scm (sddm-qt5): New variable. Change-Id: I84250b32b15bed7b0dc0bf819ce90f32a6e7ad6dmaster
parent
482b30d426
commit
86ebaa278a
|
@ -154,6 +154,19 @@ to create smooth, animated user interfaces.")
|
||||||
;; QML files are MIT licensed and images are CC BY 3.0.
|
;; QML files are MIT licensed and images are CC BY 3.0.
|
||||||
(license (list license:gpl2+ license:expat license:cc-by3.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
|
(define-public abstractdark-sddm-theme
|
||||||
(let ((commit "e817d4b27981080cd3b398fe928619ffa16c52e7")
|
(let ((commit "e817d4b27981080cd3b398fe928619ffa16c52e7")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Reference in New Issue