about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/programs/gnupg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/gnupg/default.nix b/modules/programs/gnupg/default.nix
index 8aacfe03..7d76b79f 100644
--- a/modules/programs/gnupg/default.nix
+++ b/modules/programs/gnupg/default.nix
@@ -31,7 +31,7 @@ let
   '';
 
   agentWrapper = withSupervisor: pkgs.runCommandCC "gpg-agent-wrapper" {
-    buildInputs = with pkgs; [ pkgconfig systemd ];
+    buildInputs = with pkgs; [ pkg-config systemd ];
     inherit pinentryWrapper;
   } ''
     cc -Wall -shared -std=c11 \