Merge pull request #294026 from szlend/diesel-cli-remove-mariadb-server-dep
diesel-cli: remove dependency on mariadb server
This commit is contained in:
commit
272ba9d42a
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
, libiconv
|
||||
, sqlite
|
||||
, postgresql
|
||||
, mariadb
|
||||
, libmysqlclient
|
||||
, zlib
|
||||
}:
|
||||
|
||||
|
@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec {
|
|||
++ optional (stdenv.isDarwin && mysqlSupport) libiconv
|
||||
++ optional sqliteSupport sqlite
|
||||
++ optional postgresqlSupport postgresql
|
||||
++ optionals mysqlSupport [ mariadb zlib ];
|
||||
++ optionals mysqlSupport [ libmysqlclient zlib ];
|
||||
|
||||
buildNoDefaultFeatures = true;
|
||||
buildFeatures = optional sqliteSupport "sqlite"
|
||||
|
|
Loading…
Reference in a new issue