diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:19:49 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:19:49 +0900 |
| commit | 9d60fdf6a2e482e7d52184521191c14449619aec (patch) | |
| tree | 44117a2d06d583f7378ddec5d475baeceddc7564 /gnu/build | |
| parent | e0148efc7f882ba26603897356fa5b8ed4e91455 (diff) | |
Revert "elf: Remove bundled Guile source."
This reverts commit 11cf5b2fe4882f123cd5e9eb385a773703dfe872.
Diffstat (limited to 'gnu/build')
| -rw-r--r-- | gnu/build/linux-modules.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/build/linux-modules.scm b/gnu/build/linux-modules.scm index 5ff5198e8ab..6bf71100e49 100644 --- a/gnu/build/linux-modules.scm +++ b/gnu/build/linux-modules.scm | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | 21 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. |
| 22 | 22 | ||
| 23 | (define-module (gnu build linux-modules) | 23 | (define-module (gnu build linux-modules) |
| 24 | #:use-module (guix elf) | ||
| 24 | #:use-module (guix glob) | 25 | #:use-module (guix glob) |
| 25 | #:use-module (guix build syscalls) | 26 | #:use-module (guix build syscalls) |
| 26 | #:use-module ((guix build utils) #:select (find-files invoke)) | 27 | #:use-module ((guix build utils) #:select (find-files invoke)) |
| @@ -38,7 +39,6 @@ | |||
| 38 | #:use-module (ice-9 match) | 39 | #:use-module (ice-9 match) |
| 39 | #:use-module (ice-9 rdelim) | 40 | #:use-module (ice-9 rdelim) |
| 40 | #:autoload (ice-9 pretty-print) (pretty-print) | 41 | #:autoload (ice-9 pretty-print) (pretty-print) |
| 41 | #:use-module (system vm elf) | ||
| 42 | #:export (dot-ko | 42 | #:export (dot-ko |
| 43 | ensure-dot-ko | 43 | ensure-dot-ko |
| 44 | module-formal-name | 44 | module-formal-name |
