guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: rmlint: Remove libelf.


From: guix-commits
Subject: 07/08: gnu: rmlint: Remove libelf.
Date: Fri, 11 Aug 2023 15:00:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 77f54cce4e6c63e676bedfdaeabcf409d209f199
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 6 02:00:00 2023 +0200

    gnu: rmlint: Remove libelf.
    
    libelf provides libelf.so.0, elfutils libelf.so.1.  rmlint links only to 
one.
    
    * gnu/packages/disk.scm (rmlint)[inputs]: Remove libelf.
---
 gnu/packages/disk.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 8e9104ecfb..afa11d3852 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1176,7 +1176,6 @@ LVM D-Bus API).")
      (list elfutils
            glib
            json-glib
-           libelf
            python-wrapper
            `(,util-linux "lib")))
     (home-page "https://rmlint.rtfd.org";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]