diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-03-05 22:18:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-04-03 13:44:54 +0200 |
commit | e04ce03cf8fd6b166823c04e48cfc1b80b73a9fd (patch) | |
tree | 125b03f2a6f4856a21eb149f6461c64778aadba5 /contrib | |
parent | 6dd5119b1b7d4b0d313a7272feaddfac3cfd808f (diff) |
contrib/guix: Add zbar as dependency for package gnunet.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/guix/gnu/packages/gnunet.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/guix/gnu/packages/gnunet.scm b/contrib/guix/gnu/packages/gnunet.scm index c10517c75..0039eeca4 100644 --- a/contrib/guix/gnu/packages/gnunet.scm +++ b/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) |