gnu: efl: Remove valgrind from inputs.
* gnu/packages/enlightenment.scm (efl)[inputs]: Remove valgrind.
This commit is contained in:
parent
cb277904a4
commit
ebb365ed57
1 changed files with 0 additions and 2 deletions
|
@ -47,7 +47,6 @@ (define-module (gnu packages enlightenment)
|
|||
#:use-module (gnu packages pulseaudio)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages tls)
|
||||
#:use-module (gnu packages valgrind)
|
||||
#:use-module (gnu packages video)
|
||||
#:use-module (gnu packages xorg))
|
||||
|
||||
|
@ -93,7 +92,6 @@ (define-public efl
|
|||
("mesa" ,mesa)
|
||||
("printproto" ,printproto)
|
||||
("scrnsaverproto" ,scrnsaverproto)
|
||||
("valgrind" ,valgrind)
|
||||
("xextproto" ,xextproto)
|
||||
("xinput" ,xinput)
|
||||
("xpr" ,xpr)
|
||||
|
|
Loading…
Reference in a new issue