mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add libkdcraw-qt5.
* gnu/packages/kde-frameworks.scm (libkdcraw-qt5): New variable. Change-Id: I65f334739b2dcf7ebdddc81ac7fa45f2da3c5056
This commit is contained in:
parent
c732b0e018
commit
fc31bb9f0f
1 changed files with 7 additions and 0 deletions
|
@ -2170,6 +2170,13 @@ (define-public libkdcraw
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue