Commit b715b871 authored by Doron Behar's avatar Doron Behar
Browse files

octavePackages.econometrics: mark as broken

parent 034725ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,5 +23,7 @@ buildOctavePackage rec {
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ KarlJoad ];
    description = "Econometrics functions including MLE and GMM based techniques";
    # Hasn't been updated since 2012, and fails to build with octave >= 10.1.0
    broken = true;
  };
}