diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-24 23:56:43 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-24 23:58:30 +0200 |
commit | 0243d5fa1af0274e25802d713935b9da81b5eca9 (patch) | |
tree | 6362a5be83e8c3680ea30d946d772f175fdab98d | |
parent | b06b841e57a59118d4813dbb1f0b4e2bbc929eea (diff) | |
download | guix-0243d5fa1af0274e25802d713935b9da81b5eca9.tar.gz |
gnu: gaupol: Drop input labels.
* gnu/packages/video.scm (gaupol)[native-inputs]: Remove package labels.
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7aa36461cd..d053fe91fb 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -5061,8 +5061,7 @@ video from a Wayland session.") "01qbhhycmy26b2mw2jlri321k478jhp7y0jzlcv87iaq05qr4pc8")))) (build-system python-build-system) (native-inputs - `(("gettext" ,gettext-minimal) - ("pkg-config" ,pkg-config))) + (list gettext-minimal pkg-config)) (inputs (list python-pygobject gtk+ |