Federico Beffa <be...@ieee.org> skribis: > From f4187d31f95e3a65947d77bf267115906ed3816b Mon Sep 17 00:00:00 2001 > From: Federico Beffa <be...@fbengineering.ch> > Date: Wed, 10 Dec 2014 20:36:58 +0100 > Subject: [PATCH 2/4] gnu: Add xcffib > > * gnu/packages/python.scm (python-xcffib, python2-xcffib): New variables.
[...] > + (propagated-inputs > + `(("python-cffi" ,python-cffi))) Please add a comment saying why this is propagated. > + (synopsis "XCB Python binding") “bindings” (plural) > + (description > + "A drop in replacement for xpyb, an XCB python binding.") “drop-in”, “Python”, “bindings”. Could you expound the description a little bit? The rest looks alright. Thanks, Ludo’.