me
/
guix
Archived
1
0
Fork 0

gnu: acl: Remove explicit 'sed' dependency.

* gnu/packages/acl.scm (acl)[native-inputs]: Remove SED, which is
  implicit.
master
Ludovic Courtès 2015-09-04 11:58:37 +02:00
parent 62ea886525
commit 52f62492b0
1 changed files with 2 additions and 5 deletions

View File

@ -58,11 +58,8 @@
(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