diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-10 20:16:09 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-10 21:44:25 +0100 |
commit | 6324727770ef4b5d1579ea1be2de5a05552d76db (patch) | |
tree | 0e0f9962f10c7639a9528670d3aa5971b6d856ca /gnu/packages/emulators.scm | |
parent | e44de1d2fb16be66cf736481579b9a71fc8a0918 (diff) |
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.
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 53d4662588..04a510cdcf 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1339,7 +1339,6 @@ play them on systems for which they were never designed!") #t)))))) (native-inputs `(("pkg-config" ,pkg-config) - ("pugixml" ,pugixml) ("python-sphinx" ,python-sphinx) ("texinfo" ,texinfo))) (inputs @@ -1354,6 +1353,7 @@ play them on systems for which they were never designed!") ("lua" ,lua) ("portaudio" ,portaudio) ("portmidi" ,portmidi) + ("pugixml" ,pugixml) ("python-wrapper" ,python-wrapper) ("qtbase" ,qtbase) ("rapidjson" ,rapidjson) |