gnu: acl: Remove explicit 'sed' dependency.
* gnu/packages/acl.scm (acl)[native-inputs]: Remove SED, which is implicit.
This commit is contained in:
parent
62ea886525
commit
52f62492b0
|
@ -58,11 +58,8 @@
|
||||||
(inputs `(("attr" ,attr)))
|
(inputs `(("attr" ,attr)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gnu-gettext)
|
`(("gettext" ,gnu-gettext)
|
||||||
("perl" ,perl)
|
("perl" ,perl)))
|
||||||
("sed" ,sed)))
|
(home-page "http://savannah.nongnu.org/projects/acl")
|
||||||
|
|
||||||
(home-page
|
|
||||||
"http://savannah.nongnu.org/projects/acl")
|
|
||||||
(synopsis
|
(synopsis
|
||||||
"Library and tools for manipulating access control lists")
|
"Library and tools for manipulating access control lists")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue