mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
octavePackages.econometrics: mark as broken
This commit is contained in:
parent
034725ee33
commit
b715b87197
1 changed files with 2 additions and 0 deletions
|
@ -23,5 +23,7 @@ buildOctavePackage rec {
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ KarlJoad ];
|
maintainers = with lib.maintainers; [ KarlJoad ];
|
||||||
description = "Econometrics functions including MLE and GMM based techniques";
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue