blob: 595e94a122ea860c95217b513b9336ecafc8620f [file] [log] [blame]
with import <nixpkgs> {};
stdenvNoCC.mkDerivation {
name = "coreboot-documentation";
buildInputs = [
git
gnumake
python3Packages.recommonmark
python3Packages.sphinx_rtd_theme
sphinx
];
}