gnu: Add enlightenment-wayland.
* gnu/packages/enlightenment.scm (enlightenment-wayland): New variable.
This commit is contained in:
parent
29ea9e14ee
commit
303469d69e
@ -25,6 +25,7 @@
|
||||
#:use-module ((guix licenses) #:prefix license:)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix build-system meson)
|
||||
#:use-module (guix build-system python)
|
||||
@ -362,6 +363,19 @@ unload unused functionality, with support for touchscreen and suitable for
|
||||
embedded systems.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public enlightenment-wayland
|
||||
(package
|
||||
(inherit enlightenment)
|
||||
(name "enlightenment-wayland")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments enlightenment)
|
||||
((#:configure-flags flags)
|
||||
`(cons* "-Dwl=true" ,flags))))
|
||||
(inputs
|
||||
`(("wayland-protocols" ,wayland-protocols)
|
||||
("xorg-server-xwayland" ,xorg-server-xwayland)
|
||||
,@(package-inputs enlightenment)))))
|
||||
|
||||
(define-public python-efl
|
||||
(package
|
||||
(name "python-efl")
|
||||
|
Loading…
Reference in New Issue
Block a user