gnu: Add libkdcraw-qt5.
* gnu/packages/kde-frameworks.scm (libkdcraw-qt5): New variable. Change-Id: I65f334739b2dcf7ebdddc81ac7fa45f2da3c5056master
parent
c732b0e018
commit
fc31bb9f0f
|
@ -2170,6 +2170,13 @@ uses a job-based interface to queue tasks and execute them in an efficient way."
|
|||
decode RAW picture files.")
|
||||
(license (list license:gpl2+ license:bsd-3))))
|
||||
|
||||
(define-public libkdcraw-qt5
|
||||
(package
|
||||
(inherit libkdcraw)
|
||||
(name "libkdcraw-qt5")
|
||||
(inputs (modify-inputs (package-inputs libkdcraw)
|
||||
(replace "qtbase" qtbase-5)))))
|
||||
|
||||
;; Tier 2
|
||||
;;
|
||||
;; Tier 2 frameworks additionally depend on tier 1 frameworks, but still have
|
||||
|
|
Reference in New Issue