diff options
author | Petr Hodina <phodina@protonmail.com> | 2022-07-25 11:43:43 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 16:08:15 +0200 |
commit | 572c1e886f86be803a3528792bbbed8d1c8b0a82 (patch) | |
tree | 4d8a5ca0b1761ad660dcf25d4fc9759ee611c86f /gnu | |
parent | 519108ab7a9ab2e4bad63df0d51eb47876e88d7f (diff) | |
download | guix-572c1e886f86be803a3528792bbbed8d1c8b0a82.tar.gz guix-572c1e886f86be803a3528792bbbed8d1c8b0a82.zip |
gnu: ki18n: Remove input labels.
* gnu/packages/kde-frameworks.scm (ki18n): Remove input labels.
Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 5ca35f6cf5..c7a4fa2422 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -798,8 +798,7 @@ other special events for a geographical region.") "1f952488492sm904i1iwgjp2gc7z07312mlshw4ckh2801y0qclc")))) (build-system cmake-build-system) (propagated-inputs - `(("gettext" ,gettext-minimal) - ("python" ,python))) + (list gettext-minimal python)) (native-inputs (list extra-cmake-modules)) (inputs |