diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-06 02:00:00 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-06 02:00:00 +0200 |
| commit | 77f54cce4e6c63e676bedfdaeabcf409d209f199 (patch) | |
| tree | 43d201b9af699cf1950178f19065f3c907d16740 /gnu | |
| parent | 3a1547db2e20af576de31f5ae488a9e066d693d9 (diff) | |
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.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/disk.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 8e9104ecfbf..afa11d38523 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm | |||
| @@ -1176,7 +1176,6 @@ LVM D-Bus API).") | |||
| 1176 | (list elfutils | 1176 | (list elfutils |
| 1177 | glib | 1177 | glib |
| 1178 | json-glib | 1178 | json-glib |
| 1179 | libelf | ||
| 1180 | python-wrapper | 1179 | python-wrapper |
| 1181 | `(,util-linux "lib"))) | 1180 | `(,util-linux "lib"))) |
| 1182 | (home-page "https://rmlint.rtfd.org") | 1181 | (home-page "https://rmlint.rtfd.org") |
