1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mariadb-connector-c: make patch only for darwin to reduce rebuilds

This commit is contained in:
Frederik Rietdijk 2019-10-30 15:01:52 +01:00
parent 638edb9528
commit d9642e006f

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation {
inherit sha256;
};
patches = [
patches = stdenv.lib.optionals stdenv.isDarwin [
(fetchpatch {
url = "https://github.com/MariaDB/mariadb-connector-c/commit/ee91b2c98a63acb787114dee4f2694e154630928.patch";
sha256 = "05mlyv20kzn9bax4byv2ph1cf42541fcl1zcqzbfwqmynnisvdah";