mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ Internet).")
|
||||||
(base32
|
(base32
|
||||||
"1px40rasvz0r5db9av125q9mlyjz4xdnckg2767i3fndj3ic0vql"))))
|
"1px40rasvz0r5db9av125q9mlyjz4xdnckg2767i3fndj3ic0vql"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(propagated-inputs (list qtbase-5))
|
|
||||||
(arguments
|
(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")
|
(home-page "https://github.com/ksnip/kColorPicker")
|
||||||
(synopsis "Color Picker with popup menu")
|
(synopsis "Color Picker with popup menu")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue