diff options
| author | Daniel Littlewood <dan@danielittlewood.xyz> | 2026-04-28 09:24:09 +0100 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-29 11:01:08 +0900 |
| commit | 87b652ccc75d62d301e44880f0b29154fca64be2 (patch) | |
| tree | e1a113f77fb4b647a9ecf9b6045ee7aaf4f86f8f /gnu | |
| parent | 21b7b94663633bddf402042cfaa146e89e43fa3d (diff) | |
gnu: qiv: Remove input labels.
* gnu/packages/image-viewers.scm (qiv)[inputs]: Remove input labels.
Change-Id: I939a3e484872657eaa895640b796cc723ac833be
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/image-viewers.scm | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index fe3bbc957f..df74b913d5 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -38,6 +38,7 @@ ;;; Copyright © 2025 Zhu Zihao <all_but_last@163.com> ;;; Copyright © 2025 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2025 Igorj Gorjaĉev <igor@goryachev.org> +;;; Copyright © 2026 Daniel Littlewood <dan@danielittlewood.xyz> ;;; ;;; This file is part of GNU Guix. ;;; @@ -924,15 +925,15 @@ with tiling window managers. Features include: ;; That is required for testing. xorg-server-for-tests)) (inputs - `(("imlib2" ,imlib2) - ("glib" ,glib) - ("gtk+" ,gtk+-2) - ("lcms" ,lcms) - ("libjpeg" ,libjpeg-turbo) - ("libtiff" ,libtiff) - ("libexif" ,libexif) - ("libx11" ,libx11) - ("libxext" ,libxext))) + (list imlib2 + glib + gtk+-2 + lcms + libjpeg-turbo + libtiff + libexif + libx11 + libxext)) (arguments `(#:phases (modify-phases %standard-phases |
