about summary refs log tree commit diff
path: root/fun/paroxysm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'fun/paroxysm/default.nix')
-rw-r--r--fun/paroxysm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/paroxysm/default.nix b/fun/paroxysm/default.nix
index e4ce4df1ae..1aeaeb9912 100644
--- a/fun/paroxysm/default.nix
+++ b/fun/paroxysm/default.nix
@@ -7,7 +7,7 @@ depot.third_party.naersk.buildPackage {
 
   buildInputs = with pkgs; [
     openssl
-    pkgconfig
+    pkg-config
     postgresql.lib
     curl
   ];