diff options
Diffstat (limited to 'gnu/packages/qemu.scm')
-rw-r--r-- | gnu/packages/qemu.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index e396127fe3..33d23572bd 100644 --- a/gnu/packages/qemu.scm +++ b/gnu/packages/qemu.scm @@ -106,6 +106,7 @@ ("attr" ,attr))) (native-inputs `(("pkg-config" ,pkg-config) ("python" ,python-2) ; incompatible with Python 3 according to error message + ("glib" ,glib "bin") ; gtester, etc. ("texinfo" ,texinfo) ("perl" ,perl))) (home-page "http://www.qemu-project.org") |