diff options
Diffstat (limited to 'nongnu/packages/linux.scm')
| -rw-r--r-- | nongnu/packages/linux.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 779e46a..fd9dc74 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm | |||
| @@ -26,15 +26,17 @@ | |||
| 26 | ;;; Copyright © 2023 Ada Stevenson <adanskana@gmail.com> | 26 | ;;; Copyright © 2023 Ada Stevenson <adanskana@gmail.com> |
| 27 | ;;; Copyright © 2023 Tomas Volf <~@wolfsden.cz> | 27 | ;;; Copyright © 2023 Tomas Volf <~@wolfsden.cz> |
| 28 | ;;; Copyright © 2023 PRESFIL <presfil@protonmail.com> | 28 | ;;; Copyright © 2023 PRESFIL <presfil@protonmail.com> |
| 29 | ;;; Copyright © 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com> | 29 | ;;; Copyright © 2024, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com> |
| 30 | 30 | ||
| 31 | (define-module (nongnu packages linux) | 31 | (define-module (nongnu packages linux) |
| 32 | #:use-module (gnu packages) | 32 | #:use-module (gnu packages) |
| 33 | #:use-module (nongnu packages) | ||
| 33 | #:use-module (gnu packages admin) | 34 | #:use-module (gnu packages admin) |
| 34 | #:use-module (gnu packages base) | 35 | #:use-module (gnu packages base) |
| 35 | #:use-module (gnu packages compression) | 36 | #:use-module (gnu packages compression) |
| 36 | #:use-module (gnu packages cpio) | 37 | #:use-module (gnu packages cpio) |
| 37 | #:use-module (gnu packages linux) | 38 | #:use-module (gnu packages linux) |
| 39 | #:use-module (gnu packages parallel) | ||
| 38 | #:use-module (guix licenses) | 40 | #:use-module (guix licenses) |
| 39 | #:use-module (guix packages) | 41 | #:use-module (guix packages) |
| 40 | #:use-module (guix utils) | 42 | #:use-module (guix utils) |
| @@ -320,7 +322,8 @@ stable, responsive and smooth desktop experience."))) | |||
| 320 | "linux-firmware-" version ".tar.xz")) | 322 | "linux-firmware-" version ".tar.xz")) |
| 321 | (sha256 | 323 | (sha256 |
| 322 | (base32 | 324 | (base32 |
| 323 | "1xcsx51z5x0bim10a391n3xk6k8a5v1a35j1gpwpdl3nhmq3bc1b")))) | 325 | "1xcsx51z5x0bim10a391n3xk6k8a5v1a35j1gpwpdl3nhmq3bc1b")) |
| 326 | (patches (nongnu-patches "linux-firmware-parallel.patch")))) | ||
| 324 | (build-system gnu-build-system) | 327 | (build-system gnu-build-system) |
| 325 | (arguments | 328 | (arguments |
| 326 | (list #:tests? #f | 329 | (list #:tests? #f |
| @@ -350,7 +353,7 @@ stable, responsive and smooth desktop experience."))) | |||
| 350 | (setenv "ZSTD_NBTHREADS" num-jobs) | 353 | (setenv "ZSTD_NBTHREADS" num-jobs) |
| 351 | (apply invoke "make" "install-zst" "-j" num-jobs | 354 | (apply invoke "make" "install-zst" "-j" num-jobs |
| 352 | make-flags))))))) | 355 | make-flags))))))) |
| 353 | (native-inputs (list rdfind zstd)) | 356 | (native-inputs (list parallel rdfind zstd)) |
| 354 | (home-page | 357 | (home-page |
| 355 | "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git") | 358 | "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git") |
| 356 | (synopsis "Nonfree firmware blobs for Linux") | 359 | (synopsis "Nonfree firmware blobs for Linux") |
