[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#65924: [PATCH core-updates 04/65] gnu: dirvish: Import the correct s
From: |
Maxim Cournoyer |
Subject: |
bug#65924: [PATCH core-updates 04/65] gnu: dirvish: Import the correct set of modules. |
Date: |
Mon, 9 Oct 2023 12:28:42 -0400 |
* gnu/packages/backup.scm (dirvish) [arguments] <modules>: Replace
%default-gnu-imported-modules with %default-gnu-modules. Delete trailing #t.
Change-Id: I041a65441055a21f141bb7ea4a563e2624cd783c
---
gnu/packages/backup.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 63b6055c5e..aa2eb11c64 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -813,7 +813,7 @@ (define-public dirvish
"1kbxa1irszp2zw8hd5qzqnrrzb4vxfivs1vn64yxnj0lak1jjzvb"))))
(arguments
`(#:modules ((ice-9 match) (ice-9 rdelim)
- ,@%default-gnu-imported-modules)
+ ,@%default-gnu-modules)
#:phases
;; This mostly mirrors the steps taken in the install.sh that ships
;; with dirvish, but simplified because we aren't prompting
interactively
@@ -889,8 +889,7 @@ (define-public dirvish
;; Write out executables
(for-each write-pl executables)
;; Write out man pages
- (for-each write-man man-pages)
- #t))))))
+ (for-each write-man man-pages)))))))
(inputs
(list perl rsync perl-libtime-period perl-libtime-parsedate))
(home-page "http://dirvish.org/")
--
2.41.0
- bug#65924: [PATCH 00/65] Export %default-gnu-imported-modules and %default-gnu-modules., Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 02/65] gnu: acl: Remove labels and trailing #t., Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 03/65] gnu: acl: Import the correct set of modules., Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 04/65] gnu: dirvish: Import the correct set of modules.,
Maxim Cournoyer <=
- bug#65924: [PATCH core-updates 05/65] gnu: fio: Import the correct set of modules., Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 06/65] gnu: ccwl: Import the correct set of modules., Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 07/65] gnu: boost: Import the correct set of modules., Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 08/65] gnu: gcc-final: Import the correct set of modules., Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 10/65] gnu: splix: Import the correct set of modules., Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 09/65] gnu: epson-inkjet-printer-escpr: Import the correct set of modules., Maxim Cournoyer, 2023/10/09
- bug#65924: git searches coreutils and util-linux commands in PATH, Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 11/65] gnu: guile-curl: Import the correct set of modules., Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 12/65] gnu: dpkg: Import the correct set of modules., Maxim Cournoyer, 2023/10/09
- bug#65924: [PATCH core-updates 13/65] gnu: dezyne: Import the correct set of modules., Maxim Cournoyer, 2023/10/09