mariadb-galera: remove unused code
This commit is contained in:
parent
8eed0e2095
commit
b58f6f6b51
1 changed files with 1 additions and 7 deletions
|
@ -2,13 +2,7 @@
|
|||
, asio, boost, check, openssl, cmake
|
||||
}:
|
||||
|
||||
let
|
||||
galeraLibs = buildEnv {
|
||||
name = "galera-lib-inputs-united";
|
||||
paths = [ openssl.out boost check ];
|
||||
};
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mariadb-galera";
|
||||
version = "26.4.8";
|
||||
|
||||
|
|
Loading…
Reference in a new issue