gnu: icedove: Use new style for inputs.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Use new style.
This commit is contained in:
parent
34d705ff93
commit
2cd3e8ac34
@ -1216,44 +1216,44 @@ standards of the IceCat project.")
|
|||||||
`("XDG_DATA_DIRS" prefix (,gtk-share))
|
`("XDG_DATA_DIRS" prefix (,gtk-share))
|
||||||
`("LD_LIBRARY_PATH" prefix (,pulseaudio-lib ,eudev-lib)))))))))
|
`("LD_LIBRARY_PATH" prefix (,pulseaudio-lib ,eudev-lib)))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bzip2" ,bzip2)
|
(list bzip2
|
||||||
("cairo" ,cairo)
|
cairo
|
||||||
("cups" ,cups)
|
cups
|
||||||
("dbus-glib" ,dbus-glib)
|
dbus-glib
|
||||||
("ffmpeg" ,ffmpeg)
|
ffmpeg
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
gdk-pixbuf
|
||||||
("glib" ,glib)
|
glib
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("gtk+-2" ,gtk+-2)
|
gtk+-2
|
||||||
("hunspell" ,hunspell)
|
hunspell
|
||||||
("icu4c" ,icu4c)
|
icu4c
|
||||||
("libcanberra" ,libcanberra)
|
libcanberra
|
||||||
("libevent" ,libevent)
|
libevent
|
||||||
("libffi" ,libffi)
|
libffi
|
||||||
("libgnome" ,libgnome)
|
libgnome
|
||||||
("libjpeg-turbo" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libpng-apng" ,libpng-apng)
|
libpng-apng
|
||||||
("libvpx" ,libvpx)
|
libvpx
|
||||||
("libxcomposite" ,libxcomposite)
|
libxcomposite
|
||||||
("libxft" ,libxft)
|
libxft
|
||||||
("libxinerama" ,libxinerama)
|
libxinerama
|
||||||
("libxscrnsaver" ,libxscrnsaver)
|
libxscrnsaver
|
||||||
("libxt" ,libxt)
|
libxt
|
||||||
("mesa" ,mesa)
|
mesa
|
||||||
("mit-krb5" ,mit-krb5)
|
mit-krb5
|
||||||
("nspr" ,nspr-4.32)
|
nspr-4.32
|
||||||
; FIXME: create nss >= 3.68 after core-updates merge
|
;; FIXME: create nss >= 3.68 after core-updates merge
|
||||||
;("nss" ,nss)
|
;;nss
|
||||||
("pango" ,pango)
|
pango
|
||||||
("pixman" ,pixman)
|
pixman
|
||||||
("pulseaudio" ,pulseaudio)
|
pulseaudio
|
||||||
("sqlite" ,sqlite)
|
sqlite
|
||||||
("startup-notification" ,startup-notification)
|
startup-notification
|
||||||
("eudev" ,eudev)
|
eudev
|
||||||
("unzip" ,unzip)
|
unzip
|
||||||
("zip" ,zip)
|
zip
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("thunderbird-sources"
|
`(("thunderbird-sources"
|
||||||
;; The changeset identifier is taken from the file "sourcestamp.txt"
|
;; The changeset identifier is taken from the file "sourcestamp.txt"
|
||||||
|
Loading…
Reference in New Issue
Block a user