about summary refs log tree commit diff
path: root/users/grfn/achilles/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/achilles/default.nix')
-rw-r--r--users/grfn/achilles/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/achilles/default.nix b/users/grfn/achilles/default.nix
index 6dab0a5a62..714be60728 100644
--- a/users/grfn/achilles/default.nix
+++ b/users/grfn/achilles/default.nix
@@ -17,7 +17,7 @@ depot.third_party.naersk.buildPackage {
     ncurses
     libxml2
     libffi
-    pkgconfig
+    pkg-config
   ]);
 
   doCheck = true;