···
{ lib, stdenv, fetchurl, cmake, bison, pkg-config
, boost, libedit, libevent, lz4, ncurses, openssl, protobuf, readline, zlib, perl
, cctools, CoreServices, developer_cmds
-
, libtirpc, rpcsvc-proto
# Note: zlib is not required; MySQL can use an internal zlib.
···
self = stdenv.mkDerivation rec {
url = "mirror://mysql/MySQL-5.7/${pname}-${version}.tar.gz";
-
sha256 = "1fhv16zr46pxm1j8vb8x8mh3nwzglg01arz8gnazbmjqldr5idpq";
preConfigure = lib.optionalString stdenv.isDarwin ''
···
···
{ lib, stdenv, fetchurl, cmake, bison, pkg-config
, boost, libedit, libevent, lz4, ncurses, openssl, protobuf, readline, zlib, perl
, cctools, CoreServices, developer_cmds
+
, libtirpc, rpcsvc-proto, nixosTests
# Note: zlib is not required; MySQL can use an internal zlib.
···
self = stdenv.mkDerivation rec {
url = "mirror://mysql/MySQL-5.7/${pname}-${version}.tar.gz";
+
sha256 = "sha256-qZqaqGNdJWbat2Sy3la+0XMDZdNg4guyf1Y5LOVOGL0=";
preConfigure = lib.optionalString stdenv.isDarwin ''
···
+
tests = nixosTests.mysql.mysql57;