gnu: kcolorpicker: build with qt6.
* gnu/packages/kde-frameworks.scm (kcolorpicker): build with qt6. [propagated-inputs]: Remove qtbase-5. [arguments]: Set #:qtbase to qtbase; <#:configure-flags>: Pass -DBUILD_WITH_QT6=ON. Change-Id: Ida8b4b6aea065a6a0832d79f3982d61e58ca37f3
This commit is contained in:
parent
e7559eb696
commit
1befa553dd
@ -579,9 +579,10 @@ Internet).")
|
||||
(base32
|
||||
"1px40rasvz0r5db9av125q9mlyjz4xdnckg2767i3fndj3ic0vql"))))
|
||||
(build-system qt-build-system)
|
||||
(propagated-inputs (list qtbase-5))
|
||||
(arguments
|
||||
(list #:configure-flags #~'("-DBUILD_TESTS=ON")))
|
||||
(list #:qtbase qtbase
|
||||
#:configure-flags #~(list "-DBUILD_TESTS=ON"
|
||||
"-DBUILD_WITH_QT6=ON")))
|
||||
(home-page "https://github.com/ksnip/kColorPicker")
|
||||
(synopsis "Color Picker with popup menu")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user