gnu: acl: Remove explicit 'sed' dependency.

* gnu/packages/acl.scm (acl)[native-inputs]: Remove SED, which is
  implicit.
This commit is contained in:
Ludovic Courtès 2015-09-04 11:58:37 +02:00
parent 62ea886525
commit 52f62492b0

View file

@ -58,11 +58,8 @@ (define-public acl
(inputs `(("attr" ,attr)))
(native-inputs
`(("gettext" ,gnu-gettext)
("perl" ,perl)
("sed" ,sed)))
(home-page
"http://savannah.nongnu.org/projects/acl")
("perl" ,perl)))
(home-page "http://savannah.nongnu.org/projects/acl")
(synopsis
"Library and tools for manipulating access control lists")
(description