mysql55: broken on darwin

https://hydra.nixos.org/build/94204716
This commit is contained in:
Matthew Bauer 2019-06-05 22:52:04 -04:00
parent c4fc74b19c
commit 641a59ab6d

View file

@ -78,6 +78,6 @@ self = stdenv.mkDerivation rec {
artistic1 bsd0 bsd2 bsd3 bsdOriginal
gpl2 lgpl2 lgpl21 mit publicDomain licenses.zlib
];
broken = stdenv.isAarch64;
broken = stdenv.isAarch64 && stdenv.isDarwin;
};
}; in self