mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: oxygen-icons: Add 'upstream-name' property.
Fixes <http://bugs.gnu.org/25020>. Reported by Hartmut Goebel <h.goebel@goebel-consult.de>. * gnu/packages/kde-frameworks.scm (oxygen-icons)[properties]: New field.
This commit is contained in:
parent
3e95d88d51
commit
683c5ab70a
1 changed files with 2 additions and 1 deletions
|
@ -1030,7 +1030,8 @@ (define-public oxygen-icons
|
|||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Oxygen provides the standard icon theme for the KDE desktop")
|
||||
(description "Oxygen icon theme for the KDE desktop")
|
||||
(license license:lgpl3+)))
|
||||
(license license:lgpl3+)
|
||||
(properties '((upstream-name . "oxygen-icons5")))))
|
||||
|
||||
(define-public solid
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue