diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-18 23:29:59 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-19 09:42:14 +0900 |
| commit | ce55a6471eb0cc976e52931a202a18c7d7a4703c (patch) | |
| tree | 9b06f0158d8568ea53375fbe10833117b4a59630 | |
| parent | f5bb4d7d241950f90216ba7c311b7772f32d7ea4 (diff) | |
gnu: linux-libre-documentation: Adjust to use Zstd file extension.
* gnu/packages/linux.scm (linux-libre-documentation):
[#:phases] {install}: Use the .zst file extension.
Change-Id: Ia9df97e9461fc307c51ae374bedf205ce8e4c0e9
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ed43e2dd199..8145e401de1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -3333,13 +3333,13 @@ GnuPG-based password manager like @code{pass}.") | |||
| 3333 | (lambda _ | 3333 | (lambda _ |
| 3334 | (let* ((info-dir (string-append #$output "/share/info")) | 3334 | (let* ((info-dir (string-append #$output "/share/info")) |
| 3335 | (info (string-append info-dir | 3335 | (info (string-append info-dir |
| 3336 | "/TheLinuxKernel.info.gz"))) | 3336 | "/TheLinuxKernel.info.zst"))) |
| 3337 | (with-directory-excursion "Documentation/output" | 3337 | (with-directory-excursion "Documentation/output" |
| 3338 | (invoke "make" "-C" "texinfo" "install-info" | 3338 | (invoke "make" "-C" "texinfo" "install-info" |
| 3339 | (string-append "infodir=" info-dir))) | 3339 | (string-append "infodir=" info-dir))) |
| 3340 | ;; Create a symlink, for convenience. | 3340 | ;; Create a symlink, for convenience. |
| 3341 | (symlink info (string-append info-dir | 3341 | (symlink info (string-append info-dir |
| 3342 | "/linux.info.gz")))))))) | 3342 | "/linux.info.zst")))))))) |
| 3343 | (native-inputs | 3343 | (native-inputs |
| 3344 | (list graphviz | 3344 | (list graphviz |
| 3345 | perl | 3345 | perl |
