gnu: pugixml is a regular input.
* gnu/packages/emulators.scm (mame)[native-inputs]: Move PUGIXML ... [inputs]: ... here. * gnu/packages/ftp.scm (filezilla)[native-inputs, inputs]: Likewise.master
parent
e44de1d2fb
commit
6324727770
|
@ -1339,7 +1339,6 @@ play them on systems for which they were never designed!")
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("pugixml" ,pugixml)
|
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -1354,6 +1353,7 @@ play them on systems for which they were never designed!")
|
||||||
("lua" ,lua)
|
("lua" ,lua)
|
||||||
("portaudio" ,portaudio)
|
("portaudio" ,portaudio)
|
||||||
("portmidi" ,portmidi)
|
("portmidi" ,portmidi)
|
||||||
|
("pugixml" ,pugixml)
|
||||||
("python-wrapper" ,python-wrapper)
|
("python-wrapper" ,python-wrapper)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("rapidjson" ,rapidjson)
|
("rapidjson" ,rapidjson)
|
||||||
|
|
|
@ -224,7 +224,6 @@ output.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("pugixml" ,pugixml)
|
|
||||||
("xdg-utils" ,xdg-utils)))
|
("xdg-utils" ,xdg-utils)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("dbus" ,dbus)
|
`(("dbus" ,dbus)
|
||||||
|
@ -233,6 +232,7 @@ output.
|
||||||
("libfilezilla" ,libfilezilla)
|
("libfilezilla" ,libfilezilla)
|
||||||
("libidn" ,libidn)
|
("libidn" ,libidn)
|
||||||
("nettle" ,nettle)
|
("nettle" ,nettle)
|
||||||
|
("pugixml" ,pugixml)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("wxwidgets" ,wxwidgets)))
|
("wxwidgets" ,wxwidgets)))
|
||||||
(home-page "https://filezilla-project.org")
|
(home-page "https://filezilla-project.org")
|
||||||
|
|
Reference in New Issue