Commit a1e71778 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

visp: mark broken on x86_64-darwin

parent cab86f68
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -102,6 +102,8 @@ stdenv.mkDerivation (finalAttrs: {

  meta = {
    description = "Open Source Visual Servoing Platform";
    # ref. https://github.com/lagadic/visp/pull/1658
    broken = stdenv.hostPlatform.system == "x86_64-darwin";
    homepage = "https://visp.inria.fr";
    changelog = "https://github.com/lagadic/visp/blob/v${finalAttrs.version}/ChangeLog.txt";
    license = lib.licenses.gpl2Plus;