Browse Source

contrib/guix: Add zbar as dependency for package gnunet.

Hartmut Goebel 5 years ago
parent
commit
e04ce03cf8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      contrib/guix/gnu/packages/gnunet.scm

+ 2 - 1
contrib/guix/gnu/packages/gnunet.scm

@@ -421,7 +421,8 @@ newspace."
       ("bluez" ,bluez) ; gnunet-transport
       ("glib" ,glib)
       ("libogg" ,libogg) ; gnunet-conversation
-      ("python-2" ,python-2))) ; tests, gnunet-qr
+      ("zbar" ,zbar) ; gnunet-qr
+      ("python-2" ,python-2))) ; tests
    (native-inputs
     `(("pkg-config" ,pkg-config)
       ("autoconf" ,autoconf)