Commit b3da3948 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

percona-server_8_0: avoid use of `protobuf3_21` alias

With aliases disabled eval fails as:

    error: undefined variable 'protobuf3_21'
parent 34db746f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11896,7 +11896,7 @@ with pkgs;
    inherit (darwin.apple_sdk.frameworks) CoreServices;
    boost = boost177; # Configure checks for specific version.
    icu = icu69;
    protobuf = protobuf3_21;
    protobuf = protobuf_21;
  };
  percona-xtrabackup = percona-xtrabackup_8_0;
  percona-xtrabackup_8_0 = callPackage ../tools/backup/percona-xtrabackup/8_0.nix {