From 0acca48b837c6e5aeb28c98e6e099f88e9be111a Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Fri, 24 Jan 2025 14:19:04 -0800 Subject: [PATCH] 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 --- perl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/default.nix b/perl/default.nix index a4c49017c..300f26533 100644 --- a/perl/default.nix +++ b/perl/default.nix @@ -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;