hydra: Put mdbook in nativeBuildInputs where it belongs

wip/yesman
Shea Levy 3 years ago
parent 540af5fe05
commit d47ac89233
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27
  1. 4
      pkgs/development/tools/misc/hydra/common.nix

@ -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" ];

Loading…
Cancel
Save