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 | 9be207ffbd0dd2579870267c60705963a7b9ec49 (patch) | |
| tree | f264817fbbbb8f3a7b9df9c15828676fbbe8a53c | |
| parent | ce55a6471eb0cc976e52931a202a18c7d7a4703c (diff) | |
gnu: emacs-graphviz-dot-mode: Adjust to use Zstd file extension.
* gnu/packages/emacs-xyz.scm (emacs-graphviz-dot-mode)
[#:phases] {install-info}: Replace .gz with .zst.
Change-Id: I3811c7c8882caaa9d9ca9788a112cd590a09039f
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0ae63210c72..8f62c984a25 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -6931,12 +6931,10 @@ returns multiple locations, a list is displayed to choose from.") | |||
| 6931 | (add-after 'install 'install-info | 6931 | (add-after 'install 'install-info |
| 6932 | (lambda _ | 6932 | (lambda _ |
| 6933 | (let ((info (string-append #$output "/share/info"))) | 6933 | (let ((info (string-append #$output "/share/info"))) |
| 6934 | (install-file "texinfo/graphviz-dot-mode.info.gz" info))))))) | 6934 | (install-file "texinfo/graphviz-dot-mode.info.zst" info))))))) |
| 6935 | (native-inputs | 6935 | (native-inputs (list gzip texinfo)) |
| 6936 | (list gzip texinfo)) | ||
| 6937 | (inputs (list graphviz)) | 6936 | (inputs (list graphviz)) |
| 6938 | (propagated-inputs | 6937 | (propagated-inputs (list emacs-company)) |
| 6939 | (list emacs-company)) | ||
| 6940 | (home-page "http://ppareit.github.com/graphviz-dot-mode") | 6938 | (home-page "http://ppareit.github.com/graphviz-dot-mode") |
| 6941 | (synopsis "Major mode for editing Graphviz DOT files") | 6939 | (synopsis "Major mode for editing Graphviz DOT files") |
| 6942 | (description | 6940 | (description |
