[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/63: gnu: pinentry-rofi: Import the correct set of modules.
From: |
guix-commits |
Subject: |
25/63: gnu: pinentry-rofi: Import the correct set of modules. |
Date: |
Thu, 19 Oct 2023 00:03:58 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit a3e8eee2017c693ebda7d8e68c0487c424514c87
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 11:44:28 2023 -0400
gnu: pinentry-rofi: Import the correct set of modules.
* gnu/packages/gnupg.scm (pinentry-rofi) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
Change-Id: Id9191cbe2fc870e58a637043d09c09dcd6cf63b0
---
gnu/packages/gnupg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 80ffe2d1b8..0950cd4115 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -930,7 +930,7 @@ passphrase when @code{gpg} is run and needs it.")))
`(#:modules
((ice-9 match)
(ice-9 ftw)
- ,@%default-gnu-imported-modules)
+ ,@%default-gnu-modules)
#:phases
(modify-phases
%standard-phases
- branch core-updates updated (0f5fbb35de -> d59653b7c9), guix-commits, 2023/10/19
- 01/63: build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules., guix-commits, 2023/10/19
- 02/63: gnu: acl: Remove labels and trailing #t., guix-commits, 2023/10/19
- 07/63: gnu: boost: Import the correct set of modules., guix-commits, 2023/10/19
- 12/63: gnu: dpkg: Import the correct set of modules., guix-commits, 2023/10/19
- 04/63: gnu: dirvish: Import the correct set of modules., guix-commits, 2023/10/19
- 05/63: gnu: fio: Import the correct set of modules., guix-commits, 2023/10/19
- 09/63: gnu: epson-inkjet-printer-escpr: Import the correct set of modules., guix-commits, 2023/10/19
- 11/63: gnu: guile-curl: Import the correct set of modules., guix-commits, 2023/10/19
- 18/63: gnu: tsukundere: Import the correct set of modules., guix-commits, 2023/10/19
- 25/63: gnu: pinentry-rofi: Import the correct set of modules.,
guix-commits <=
- 26/63: gnu: mozjs: Import the correct set of modules., guix-commits, 2023/10/19
- 27/63: gnu: icecat-minimal: Import the correct set of modules., guix-commits, 2023/10/19
- 34/63: gnu: guile-hall: Import the correct set of modules., guix-commits, 2023/10/19
- 41/63: gnu: jbigkit: Import the correct set of modules., guix-commits, 2023/10/19
- 03/63: gnu: acl: Import the correct set of modules., guix-commits, 2023/10/19
- 10/63: gnu: splix: Import the correct set of modules., guix-commits, 2023/10/19
- 08/63: gnu: gcc-final: Import the correct set of modules., guix-commits, 2023/10/19
- 06/63: gnu: ccwl: Import the correct set of modules., guix-commits, 2023/10/19
- 14/63: gnu: fastcap: Import the correct set of modules., guix-commits, 2023/10/19
- 13/63: gnu: dezyne: Import the correct set of modules., guix-commits, 2023/10/19