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:
parent
62d14d2400
commit
3fd2ecb338
|
@ -126,6 +126,14 @@ and many other languages.")
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
`(cons "--enable-mediactrl" ,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
|
(define-public python2-wxpython
|
||||||
(package
|
(package
|
||||||
(name "python2-wxpython")
|
(name "python2-wxpython")
|
||||||
|
|
Loading…
Reference in New Issue