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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user