making qt5ct-kde and dolphin work a little better
I still need to add a way for dolphin to see icons, but It's coming.
This commit is contained in:
parent
fce2d2f066
commit
3e55894e1a
3 changed files with 20 additions and 6 deletions
|
@ -8,8 +8,7 @@
|
|||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages kde-frameworks)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (srfi srfi-1))
|
||||
#:use-module (guix gexp))
|
||||
|
||||
(define-public qt5ct-kde
|
||||
(package
|
||||
|
@ -20,7 +19,7 @@
|
|||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "mirror://sourceforge/qt5ct/qt5ct-" version ".tar.bz2"))
|
||||
(patches '("./patches/qt5ct-kde.patch"))
|
||||
(patches '("patches/qt5ct-kde.patch"))
|
||||
(sha256
|
||||
(base32 "1mxqallxw0b5p4kjfnvv9ndzws54si4a3xlz3gnxyl2cdrm58n7d"))))
|
||||
(inputs (modify-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue