diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index fc0273162a..8c657e4113 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1011,21 +1011,22 @@ developed in C/C++ to MariaDB and MySQL databases.") (method git-fetch) (uri (git-reference (commit "bac8171266cb982fe013ce496d78085438c6f23e") - (url "https://github.com/codership/galera.git") + (url "https://github.com/codership/galera") (recursive? #t))) + (file-name (git-file-name name version)) (sha256 (base32 "0h7s670pcasq8wzprhyxqfca2cghi62b8xz2kikb2a86wd453qil")))) (build-system cmake-build-system) - (native-inputs + (inputs `(("check" ,check) - ("boost" ,boost))) - (inputs - `(("openssl" ,openssl))) + ("boost" ,boost) + ("openssl" ,openssl))) (home-page "https://github.com/codership/galera/") (synopsis "Extension to the MariaDB database server") (description - "Galera is a wsrep-provider that is used with MariaDB for load-balancing and HA.") - (license license:gpl2))) + "Galera is a wsrep-provider that is used with MariaDB for load-balancing +and high-availability (HA).") + (license license:gpl2))) ;'COPYING' says "version 2" only ;; Don't forget to update the other postgresql packages when upgrading this one. (define-public postgresql-13