diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-13 17:13:17 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 19:10:56 +0800 |
commit | aa24688a2bfebde4707c364847c26f67cdce03dd (patch) | |
tree | b107c0c580b88aa4448ad14a9d774ebeb34794ea | |
parent | 03353928bc32ef618783f0960af8f942ef199ac6 (diff) |
gnu: lxqt: Propagate qtsvg instead of qtsvg-5.
* gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Replace qtsvg-5 with qtsvg.
Change-Id: I1c811ae78bda0b60557b3d23b8c32fc018d27a94
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index d3177760d4..b9bf1da5c7 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -1059,9 +1059,9 @@ like @command{tar} and @command{zip}.") xdg-user-dirs xdg-utils ;; Base - ;; TODO: qtsvg-5 is needed for lxqt apps to display icons. Maybe it + ;; TODO: qtsvg is needed for lxqt apps to display icons. Maybe it ;; should be added to their propagated-inputs? - qtsvg-5 + qtsvg ;; Core lxqt-about lxqt-admin |