From df42fea3b91d3d6a7d523c7f56a903210654824d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 9 Oct 2023 11:44:28 -0400 Subject: [PATCH] gnu: pinentry-rofi: Import the correct set of modules. * gnu/packages/gnupg.scm (pinentry-rofi) [arguments] : 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 fb2860be2ea1c00a65bdde3e0668f4dd5565637f..fd1501a80ec77872cbec89c30371446a145eb784 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -997,7 +997,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