diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emulators.scm | 2 | ||||
-rw-r--r-- | gnu/packages/ftp.scm | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index 916f8f6b0e..605b92d6e7 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -224,7 +224,6 @@ output. (native-inputs `(("gettext" ,gettext-minimal) ("pkg-config" ,pkg-config) - ("pugixml" ,pugixml) ("xdg-utils" ,xdg-utils))) (inputs `(("dbus" ,dbus) @@ -233,6 +232,7 @@ output. ("libfilezilla" ,libfilezilla) ("libidn" ,libidn) ("nettle" ,nettle) + ("pugixml" ,pugixml) ("sqlite" ,sqlite) ("wxwidgets" ,wxwidgets))) (home-page "https://filezilla-project.org") |