gnu: enlightenment: Use system eject.
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Adjust 'set-system-actions phase to refer to eject in /run/current-system. [native-inputs]: Remove util-linux.
This commit is contained in:
		
							parent
							
								
									b27786d130
								
							
						
					
					
						commit
						e8ae96ae61
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		|  | @ -314,7 +314,6 @@ Libraries with some extra bells and whistles.") | |||
|              (setenv "HOME" "/tmp") | ||||
|              (let ((xkeyboard (assoc-ref inputs "xkeyboard-config")) | ||||
|                    (setxkbmap (assoc-ref inputs "setxkbmap")) | ||||
|                    (utils     (assoc-ref inputs "util-linux")) | ||||
|                    (libc      (assoc-ref inputs "libc")) | ||||
|                    (bc        (assoc-ref inputs "bc")) | ||||
|                    (efl       (assoc-ref inputs "efl"))) | ||||
|  | @ -345,14 +344,13 @@ Libraries with some extra bells and whistles.") | |||
|                (substitute* "data/etc/meson.build" | ||||
|                  (("/bin/mount") "/run/setuid-programs/mount") | ||||
|                  (("/bin/umount") "/run/setuid-programs/umount") | ||||
|                  (("/usr/bin/eject") (string-append utils "/bin/eject"))) | ||||
|                  (("/usr/bin/eject") "/run/current-system/profile/bin/eject")) | ||||
|                (substitute* "src/bin/system/e_system_power.c" | ||||
|                  (("systemctl") "loginctl")) | ||||
|                #t)))))) | ||||
|     (native-inputs | ||||
|      `(("gettext" ,gettext-minimal) | ||||
|        ("pkg-config" ,pkg-config) | ||||
|        ("util-linux" ,util-linux))) | ||||
|        ("pkg-config" ,pkg-config))) | ||||
|     (inputs | ||||
|      `(("alsa-lib" ,alsa-lib) | ||||
|        ("bc" ,bc) | ||||
|  |  | |||
		Reference in a new issue