gnu: Add enlightenment-wayland.
* gnu/packages/enlightenment.scm (enlightenment-wayland): New variable.
This commit is contained in:
		
							parent
							
								
									29ea9e14ee
								
							
						
					
					
						commit
						303469d69e
					
				
					 1 changed files with 14 additions and 0 deletions
				
			
		| 
						 | 
					@ -25,6 +25,7 @@
 | 
				
			||||||
  #:use-module ((guix licenses) #:prefix license:)
 | 
					  #:use-module ((guix licenses) #:prefix license:)
 | 
				
			||||||
  #:use-module (guix packages)
 | 
					  #:use-module (guix packages)
 | 
				
			||||||
  #:use-module (guix download)
 | 
					  #:use-module (guix download)
 | 
				
			||||||
 | 
					  #:use-module (guix utils)
 | 
				
			||||||
  #:use-module (guix build-system gnu)
 | 
					  #:use-module (guix build-system gnu)
 | 
				
			||||||
  #:use-module (guix build-system meson)
 | 
					  #:use-module (guix build-system meson)
 | 
				
			||||||
  #:use-module (guix build-system python)
 | 
					  #:use-module (guix build-system python)
 | 
				
			||||||
| 
						 | 
					@ -362,6 +363,19 @@ unload unused functionality, with support for touchscreen and suitable for
 | 
				
			||||||
embedded systems.")
 | 
					embedded systems.")
 | 
				
			||||||
    (license license:bsd-2)))
 | 
					    (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
 | 
					(define-public python-efl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-efl")
 | 
					    (name "python-efl")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue