mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
e44de1d2fb
commit
6324727770
2 changed files with 2 additions and 2 deletions
|
@ -1339,7 +1339,6 @@ (define-public mame
|
|||
#t))))))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("pugixml" ,pugixml)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("texinfo" ,texinfo)))
|
||||
(inputs
|
||||
|
@ -1354,6 +1353,7 @@ (define-public mame
|
|||
("lua" ,lua)
|
||||
("portaudio" ,portaudio)
|
||||
("portmidi" ,portmidi)
|
||||
("pugixml" ,pugixml)
|
||||
("python-wrapper" ,python-wrapper)
|
||||
("qtbase" ,qtbase)
|
||||
("rapidjson" ,rapidjson)
|
||||
|
|
|
@ -224,7 +224,6 @@ (define-public filezilla
|
|||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)
|
||||
("pugixml" ,pugixml)
|
||||
("xdg-utils" ,xdg-utils)))
|
||||
(inputs
|
||||
`(("dbus" ,dbus)
|
||||
|
@ -233,6 +232,7 @@ (define-public filezilla
|
|||
("libfilezilla" ,libfilezilla)
|
||||
("libidn" ,libidn)
|
||||
("nettle" ,nettle)
|
||||
("pugixml" ,pugixml)
|
||||
("sqlite" ,sqlite)
|
||||
("wxwidgets" ,wxwidgets)))
|
||||
(home-page "https://filezilla-project.org")
|
||||
|
|
Loading…
Reference in a new issue