hydra: Put mdbook in nativeBuildInputs where it belongs

This commit is contained in:
Shea Levy 2021-03-11 10:44:23 -05:00
parent 540af5fe05
commit d47ac89233
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
perlDeps perl nix
postgresql # for running the tests
nlohmann_json
boost mdbook
boost
];
hydraPath = lib.makeBinPath (
@ -92,7 +92,7 @@ in stdenv.mkDerivation rec {
gzip bzip2 lzma gnutar unzip git top-git mercurial /*darcs*/ gnused breezy
] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ] );
nativeBuildInputs = [ autoreconfHook pkg-config ];
nativeBuildInputs = [ autoreconfHook pkg-config mdbook ];
configureFlags = [ "--with-docbook-xsl=${docbook_xsl}/xml/xsl/docbook" ];