Fix ceph_16_2 build

This commit is contained in:
Sandro - 2023-05-24 00:41:16 +02:00
parent 1209812443
commit 1111114826
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ with final; {
bmxd = callPackage ./bmxd.nix { };
ceph_16_2 = (callPackage ./ceph.nix { }).ceph;
ceph_16_2 = (callPackage ./ceph.nix {
fmt = fmt_8;
lua = lua5_4;
}).ceph;
dex-oidc = prev.dex-oidc.override {
buildGoModule = let