mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add breeze-qt5.
* gnu/packages/kde-plasma.scm (breeze-qt5): New variable. Change-Id: Ia4da203ea2c9fe74c04cd618367815c5f7fca462
This commit is contained in:
parent
7d83357a5b
commit
a0807675f7
1 changed files with 16 additions and 0 deletions
|
@ -166,6 +166,22 @@ (define-public breeze
|
|||
the Plasma Desktop. Breeze is the default theme for the KDE Plasma desktop.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public breeze-qt5
|
||||
(package
|
||||
(inherit breeze)
|
||||
(name "breeze-qt5")
|
||||
(inputs
|
||||
(list kcmutils-5 ; optional
|
||||
kconfigwidgets-5
|
||||
kcoreaddons-5
|
||||
kguiaddons-5
|
||||
ki18n-5
|
||||
kirigami-5
|
||||
kiconthemes-5
|
||||
kpackage-5
|
||||
kwindowsystem-5))
|
||||
(arguments (list #:configure-flags #~(list "-DBUILD_QT6=OFF")))))
|
||||
|
||||
(define-public breeze-gtk
|
||||
(package
|
||||
(name "breeze-gtk")
|
||||
|
|
Loading…
Reference in a new issue