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
This commit is contained in:
Maxim Cournoyer 2023-10-09 11:44:28 -04:00 committed by Ludovic Courtès
parent ec62335bd9
commit df42fea3b9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -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