mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 8 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue