mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
ec62335bd9
commit
df42fea3b9
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ (define-public pinentry-rofi
|
|||
`(#:modules
|
||||
((ice-9 match)
|
||||
(ice-9 ftw)
|
||||
,@%default-gnu-imported-modules)
|
||||
,@%default-gnu-modules)
|
||||
#:phases
|
||||
(modify-phases
|
||||
%standard-phases
|
||||
|
|
Loading…
Reference in a new issue