fix: spell the perl bindings names correctly

I was wondering why there were only 59 succeeding jobs. We really need
to fix the buildbot at some point ;;

Change-Id: I81a22e32ac0dd0e105677f1b7bc064568009890d
This commit is contained in:
Jade Lovelace
2025-01-24 14:19:04 -08:00
parent 8975a49bec
commit 0acca48b83
+1 -1
View File
@@ -46,7 +46,7 @@ perl.pkgs.toPerlModule (
perlPackages.DBI
perlPackages.DBDSQLite
# for kj-async
nix.passthru.capnproto-nix
nix.passthru.capnproto-lix
]
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;