mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
1 changed files with 3 additions and 2 deletions
|
@ -579,9 +579,10 @@ (define-public kcolorpicker
|
|||
(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 a new issue