Hello, I am surprised we did not have it yet!
I would use alphabetical ordering here: On Sun, Feb 22, 2015 at 12:18:49AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > + #:use-module (gnu packages) > + #:use-module (gnu packages gtk) > + #:use-module (gnu packages image) > + #:use-module (gnu packages pkg-config) > + #:use-module (gnu packages compression) > + #:use-module (gnu packages sdl) > + #:use-module (gnu packages xorg) > + #:use-module (gnu packages gl) > + #:use-module (gnu packages gstreamer) > + #:use-module (gnu packages databases)) and here: > + `(("gtk" ,gtk+) > + ("libjpeg" ,libjpeg) > + ("libtiff" ,libtiff) > + ("libmspack" ,libmspack) > + ("sdl" ,sdl) > + ("libsm" ,libsm) > + ("mesa" ,mesa) > + ("glu" ,glu) > + ;; XXX gstreamer-0.10 builds fail > + ;; ("gstreamer" ,gstreamer-0.10) > + )) > + (package > + (inherit wxwidgets) > + (version "2.8.12") > + (home-page "https://www.wxwidgets.org/") > + (synopsis "Widget toolkit for creating graphical user interfaces") > + (description > + "wxWidgets is a C++ library that lets developers create applications > with > +a graphical user interface. It has language bindings for Python, Perl, Ruby > +and many other languages.") > + (license (list l:lgpl2.0+ (l:fsf-free "file://doc/license.txt"))))) All these are inherited, there is no need to add them again. Andreas