arangodb/default.nix: format with nixpkgs-fmt

This commit is contained in:
John Soo 2022-10-05 10:04:04 -07:00
parent d58d66e466
commit db418cf3d1
No known key found for this signature in database
GPG Key ID: D8A148F8CE4DDBC2

View File

@ -1,4 +1,19 @@
{ stdenv, lib, fetchFromGitHub, openssl, zlib, cmake, python2, python3, perl, snappy, lzo, which, catch2, catch }:
{ stdenv
, gcc8Stdenv
, lib
, fetchFromGitHub
, openssl
, zlib
, cmake
, python2
, python3
, perl
, snappy
, lzo
, which
, catch
, catch2
}:
let
common = { stdenv, version, sha256 }: stdenv.mkDerivation {
@ -61,7 +76,8 @@ let
maintainers = [ maintainers.flosse maintainers.jsoo1 ];
};
};
in {
in
{
arangodb_3_3 = common {
stdenv = gcc8Stdenv;
version = "3.3.24";