gnu: nautilus: Adjust style.
* gnu/packages/gnome.scm (nautilus)[native-inputs, inputs]: Remove labels.
parent
5b0a7fd9ad
commit
857dc1cc64
|
@ -9136,35 +9136,35 @@ if (extension_path)
|
||||||
;; Settings schema 'org.gnome.nautilus.preferences' is not installed
|
;; Settings schema 'org.gnome.nautilus.preferences' is not installed
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
|
(list desktop-file-utils ; for update-desktop-database
|
||||||
("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
|
`(,glib "bin") ; for glib-mkenums, etc.
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("intltool" ,intltool)
|
intltool
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("dconf" ,dconf)
|
(list dconf
|
||||||
("gexiv2" ,gexiv2)
|
gexiv2
|
||||||
("gvfs" ,gvfs)
|
gvfs
|
||||||
("exempi" ,exempi)
|
exempi
|
||||||
("gnome-desktop" ,gnome-desktop)
|
gnome-desktop
|
||||||
("gnome-autoar" ,gnome-autoar)
|
gnome-autoar
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
gst-plugins-base
|
||||||
("json-glib" ,json-glib)
|
json-glib
|
||||||
("libhandy" ,libhandy)
|
libhandy
|
||||||
("libportal" ,libportal)
|
libportal
|
||||||
("libseccomp" ,libseccomp)
|
libseccomp
|
||||||
("libselinux" ,libselinux)
|
libselinux
|
||||||
("libsoup" ,libsoup-minimal-2) ; to satisfy tracker dependencies
|
libsoup-minimal-2 ; to satisfy tracker dependencies
|
||||||
("tracker" ,tracker)
|
tracker
|
||||||
("tracker-miners" ,tracker-miners)
|
tracker-miners
|
||||||
;; XXX: gtk+ is required by libnautilus-extension.pc
|
;; XXX: gtk+ is required by libnautilus-extension.pc
|
||||||
;;
|
;;
|
||||||
;; Don't propagate it to reduces "profile pollution" of the 'gnome' meta
|
;; Don't propagate it to reduces "profile pollution" of the 'gnome' meta
|
||||||
;; package. See:
|
;; package. See:
|
||||||
;; <http://lists.gnu.org/archive/html/guix-devel/2016-03/msg00283.html>.
|
;; <http://lists.gnu.org/archive/html/guix-devel/2016-03/msg00283.html>.
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("libexif" ,libexif)
|
libexif
|
||||||
("libxml2" ,libxml2)))
|
libxml2))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "NAUTILUS_EXTENSION_PATH")
|
(variable "NAUTILUS_EXTENSION_PATH")
|
||||||
|
|
Reference in New Issue