mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: rapid-photo-downloader: Remove input labels.
* gnu/packages/photo.scm (rapid-photo-downloader) [native-inputs]: Sort. [inputs]: Remove labels; sort. Change-Id: I138d77ca2609ba408efb618308113090a05fe308
This commit is contained in:
parent
b98213fe9a
commit
4e3998d442
1 changed files with 34 additions and 35 deletions
|
|
@ -118,42 +118,41 @@
|
|||
(base32
|
||||
"1r354y20rkjp034mjbmgk7zd39yxd89yqrbdlx5im4xvw8z3dp53"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list file intltool gobject-introspection))
|
||||
(native-inputs (list file gobject-introspection intltool))
|
||||
(inputs
|
||||
`(("bash" ,bash-minimal) ; for wrap-program
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("gexiv2" ,gexiv2)
|
||||
("gst-libav" ,gst-libav)
|
||||
("gst-plugins-base" ,gst-plugins-base)
|
||||
("gst-plugins-good" ,gst-plugins-good)
|
||||
("gstreamer" ,gstreamer)
|
||||
("libgudev" ,libgudev)
|
||||
("libnotify" ,libnotify)
|
||||
("libmediainfo" ,libmediainfo)
|
||||
("usdisks" ,udisks)
|
||||
("python-babel" ,python-babel)
|
||||
("python-pyqt" ,python-pyqt)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("python-gphoto2" ,python-gphoto2)
|
||||
("python-pymediainfo" ,python-pymediainfo)
|
||||
("python-pyzmq" ,python-pyzmq)
|
||||
("python-tornado" ,python-tornado)
|
||||
("python-psutil" ,python-psutil)
|
||||
("python-pyxdg" ,python-pyxdg)
|
||||
("python-arrow" ,python-arrow)
|
||||
("python-dateutil" ,python-dateutil)
|
||||
("python-easygui" ,python-easygui)
|
||||
("python-colour" ,python-colour)
|
||||
("python-pymediainfo" ,python-pymediainfo)
|
||||
("python-show-in-file-manager" ,python-show-in-file-manager)
|
||||
("python-sortedcontainers" ,python-sortedcontainers)
|
||||
("python-rawkit" ,python-rawkit)
|
||||
("python-requests" ,python-requests)
|
||||
("python-colorlog" ,python-colorlog)
|
||||
("python-pyprind" ,python-pyprind)
|
||||
("python-tenacity" ,python-tenacity)
|
||||
("perl-image-exiftool" ,perl-image-exiftool)))
|
||||
(list bash-minimal ;for wrap-program
|
||||
gdk-pixbuf
|
||||
gexiv2
|
||||
gst-libav
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gstreamer
|
||||
libgudev
|
||||
libmediainfo
|
||||
libnotify
|
||||
perl-image-exiftool
|
||||
python-arrow
|
||||
python-babel
|
||||
python-colorlog
|
||||
python-colour
|
||||
python-dateutil
|
||||
python-easygui
|
||||
python-gphoto2
|
||||
python-psutil
|
||||
python-pygobject
|
||||
python-pymediainfo
|
||||
python-pymediainfo
|
||||
python-pyprind
|
||||
python-pyqt
|
||||
python-pyxdg
|
||||
python-pyzmq
|
||||
python-rawkit
|
||||
python-requests
|
||||
python-show-in-file-manager
|
||||
python-sortedcontainers
|
||||
python-tenacity
|
||||
python-tornado
|
||||
udisks))
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ;no test suite
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue