gnu: Add wxwidgets-gtk2-3.1.

* gnu/packages/wxwidgets.scm (wxwidgets-gtk2-3.1): New variable.

Signed-off-by: Rutger Helling <rhelling@mykolab.com>
This commit is contained in:
David Thompson 2018-02-07 06:28:46 -05:00 committed by Rutger Helling
parent 62d14d2400
commit 3fd2ecb338
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -126,6 +126,14 @@ (define-public wxwidgets-3.1
((#:configure-flags flags)
`(cons "--enable-mediactrl" ,flags))))))
(define-public wxwidgets-gtk2-3.1
(package (inherit wxwidgets-3.1)
(inputs `(("gtk+" ,gtk+-2)
,@(alist-delete
"gtk+"
(package-inputs wxwidgets-3.1))))
(name "wxwidgets-gtk2")))
(define-public python2-wxpython
(package
(name "python2-wxpython")