civodul pushed a commit to branch core-updates
in repository guix.

commit 52f62492b08f9e2cc594c4731c114b179259a4ba
Author: Ludovic Courtès <[email protected]>
Date:   Fri Sep 4 11:58:37 2015 +0200

    gnu: acl: Remove explicit 'sed' dependency.
    
    * gnu/packages/acl.scm (acl)[native-inputs]: Remove SED, which is
      implicit.
---
 gnu/packages/acl.scm |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm
index af2fb62..49a2c3c 100644
--- a/gnu/packages/acl.scm
+++ b/gnu/packages/acl.scm
@@ -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

Reply via email to