diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-04-14 11:00:32 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-04-14 11:17:01 +0200 |
| commit | a3c93d47faf1d7ab7272172908949f7fddc85fb0 (patch) | |
| tree | 9a3270772545e265cafb77c5c53155436a67c4dd /gnu/packages/linux.scm | |
| parent | f6b79709c3362ee5fcad647487a08f4972bc4af9 (diff) | |
gnu: Remove libnl-python2.
* gnu/packages/linux.scm (libnl-python2): Delete variable.
Fixes: guix/guix#7141
Change-Id: I7281d4fd66a8f5dbd48084e646fc4a1920eb301e
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a273cdf0c86..e74f1f38f78 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -5000,7 +5000,6 @@ configuration and monitoring interfaces.") | |||
| 5000 | (with-directory-excursion "./python" (python-inst ,python)) | 5000 | (with-directory-excursion "./python" (python-inst ,python)) |
| 5001 | #t)))))))) | 5001 | #t)))))))) |
| 5002 | 5002 | ||
| 5003 | (define-public libnl-python2 (libnl-python-package "python2")) | ||
| 5004 | (define-public libnl-python3 (libnl-python-package "python3")) | 5003 | (define-public libnl-python3 (libnl-python-package "python3")) |
| 5005 | 5004 | ||
| 5006 | (define-public iw | 5005 | (define-public iw |
