mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Further simplify package inputs.
This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
This commit is contained in:
parent
fc9ca46aa6
commit
e3196755e6
94 changed files with 1544 additions and 2077 deletions
|
@ -508,30 +508,30 @@ remind you to take a break now and then.")
|
|||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
`(("kauth" ,kauth)
|
||||
("kconfig" ,kconfig)
|
||||
("kconfigwidgets" ,kconfigwidgets)
|
||||
("kcompletion" ,kcompletion)
|
||||
("kcoreaddons" ,kcoreaddons)
|
||||
("kcrash" ,kcrash)
|
||||
("kdbusaddons" ,kdbusaddons)
|
||||
("ki18n" ,ki18n)
|
||||
("kiconthemes" ,kiconthemes)
|
||||
("kio" ,kio)
|
||||
("kjobwidgets" ,kjobwidgets)
|
||||
("knotifications" ,knotifications)
|
||||
("knotifyconfig" ,knotifyconfig)
|
||||
("ktextwidgets" ,ktextwidgets)
|
||||
("kwallet" ,kwallet)
|
||||
("kwidgetsaddons" ,kwidgetsaddons)
|
||||
("kwindowsystem" ,kwindowsystem)
|
||||
("kxmlgui" ,kxmlgui)
|
||||
("libsmbclient" ,samba)
|
||||
("oxygen-icons" ,oxygen-icons) ;; default icon set
|
||||
("plasma-framework" ,plasma-framework)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtdeclarative" ,qtdeclarative)
|
||||
("solid" ,solid)))
|
||||
(list kauth
|
||||
kconfig
|
||||
kconfigwidgets
|
||||
kcompletion
|
||||
kcoreaddons
|
||||
kcrash
|
||||
kdbusaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kio
|
||||
kjobwidgets
|
||||
knotifications
|
||||
knotifyconfig
|
||||
ktextwidgets
|
||||
kwallet
|
||||
kwidgetsaddons
|
||||
kwindowsystem
|
||||
kxmlgui
|
||||
samba
|
||||
oxygen-icons ;; default icon set
|
||||
plasma-framework
|
||||
qtbase-5
|
||||
qtdeclarative
|
||||
solid))
|
||||
(home-page "https://kde.org/applications/utilities/org.kde.smb4k")
|
||||
(synopsis "Samba (SMB) share advanced browser")
|
||||
(description "Smb4K is an network neighborhood browser for the KDE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue