hydra: Put mdbook in nativeBuildInputs where it belongs
This commit is contained in:
parent
540af5fe05
commit
d47ac89233
@ -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…
Reference in New Issue
Block a user